#cbf9ac

Color #CBF9AC Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CBF9AC

Tints of Tea Green #CBF9AC

Color information

#CBF9AC (or 0xCBF9AC) is unknown color: approx Tea Green. HEX triplet: CB, F9 and AC. RGB value is (203,249,172). Sum of RGB (Red+Green+Blue) = 203+249+172=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF9AC is #340653. Grayscale: #E2E2E2. Windows color (decimal): -3409492 or 11336139. OLE color: 11336139.

HSL color Cylindrical-coordinate representation of color #CBF9AC: hue angle of 95.84º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBF9AC is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB203249172-
CMYK0.1800.310.02
HSL95.84º86.52%82.55%-
HSV(B)95.84º30.92%97.65%-
XYZ65.9583.4351.66-
YUV226.4797.26111.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 249 (97.66% from 255) = 39.90%
BLUE value IS 172 (67.58% from 255) = 27.56%
R=32.53%
G=39.90%
B=27.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491720.1800.310.0295.8486.5282.55
HexCBF9AC1201F2605753
Octal313371254220372140127123
Binary1100101111111001101011001001001111110110000010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbf9ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbf9ac; }

 p { color: rgb(203,249,172); }

 H1.HeaderClassName
 {
   color: #cbf9ac;
 }
 .AnyTagClassName
 {
   color: #cbf9ac;
 }
</style>
background-color css

<style>
 a { background-color: #cbf9ac; }

 a { background-color: rgb(203,249,172); }

 div.DivClassName
 {
   background-color: #cbf9ac;
 }
 .BgClassName
 {
   background-color: #cbf9ac;
 }
</style>
border-color css

<style>
 span { border-color: #cbf9ac; }

 span { border-color: rgb(203,249,172); }

 td.TdClassName
 {
   border-color: #cbf9ac;
 }
 .TagClassName
 {
   border-color: #cbf9ac;
 }
</style>