#CBF8AD

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

Shades of Tea Green #CBF8AD

Tints of Tea Green #CBF8AD

Color information

#CBF8AD (or 0xCBF8AD) is unknown color: approx Tea Green. HEX triplet: CB, F8 and AD. RGB value is (203,248,173). Sum of RGB (Red+Green+Blue) = 203+248+173=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF8AD is #340752. Grayscale: #E2E2E2. Windows color (decimal): -3409747 or 11401419. OLE color: 11401419.

HSL color Cylindrical-coordinate representation of color #CBF8AD: hue angle of 96º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBF8AD is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB203248173-
CMYK0.1800.300.03
HSL96º84.27%82.55%-
HSV(B)96º30.24%97.25%-
XYZ65.7482.8552.06-
YUV22698.09111.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 248 (97.27% from 255) = 39.74%
BLUE value IS 173 (67.97% from 255) = 27.72%
R=32.53%
G=39.74%
B=27.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032481730.1800.300.039684.2782.55
HexCBF8AD1201E3605453
Octal313370255220363140124123
Binary1100101111111000101011011001001111011110000010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF8AD; }

 p { color: rgb(203,248,173); }

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

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

 a { background-color: rgb(203,248,173); }

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

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

 span { border-color: rgb(203,248,173); }

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