#CAFFB8

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

Shades of Tea Green #CAFFB8

Tints of Tea Green #CAFFB8

Color information

#CAFFB8 (or 0xCAFFB8) is unknown color: approx Tea Green. HEX triplet: CA, FF and B8. RGB value is (202,255,184). Sum of RGB (Red+Green+Blue) = 202+255+184=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 184 (72.27% from 255 or 28.71% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFB8 is #350047. Grayscale: #E7E7E7. Windows color (decimal): -3473480 or 12124106. OLE color: 12124106.

HSL color Cylindrical-coordinate representation of color #CAFFB8: hue angle of 104.79º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAFFB8 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB202255184-
CMYK0.2100.280
HSL104.79º100%86.08%-
HSV(B)104.79º27.84%100%-
XYZ68.7787.5458.62-
YUV231.06101.44107.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 255 (100% from 255) = 39.78%
BLUE value IS 184 (72.27% from 255) = 28.71%
R=31.51%
G=39.78%
B=28.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551840.2100.280104.7910086.08
HexCAFFB81501C0696456
Octal312377270250340151144126
Binary110010101111111110111000101010111000110100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFB8; }

 p { color: rgb(202,255,184); }

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

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

 a { background-color: rgb(202,255,184); }

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

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

 span { border-color: rgb(202,255,184); }

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