#CAFFB0

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

Shades of Tea Green #CAFFB0

Tints of Tea Green #CAFFB0

Color information

#CAFFB0 (or 0xCAFFB0) is unknown color: approx Tea Green. HEX triplet: CA, FF and B0. RGB value is (202,255,176). Sum of RGB (Red+Green+Blue) = 202+255+176=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFFB0 is #35004F. Grayscale: #E6E6E6. Windows color (decimal): -3473488 or 11599818. OLE color: 11599818.

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

Color convert

RGB202255176-
CMYK0.2100.310
HSL100.25º100%84.51%-
HSV(B)100.25º30.98%100%-
XYZ67.9587.2154.33-
YUV230.1597.44107.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 176 (69.14% from 255) = 27.80%
R=31.91%
G=40.28%
B=27.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551760.2100.310100.2510084.51
HexCAFFB01501F0646455
Octal312377260250370144144125
Binary110010101111111110110000101010111110110010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFB0; }

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

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

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

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

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

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

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

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