#CAFFB7

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

Shades of Tea Green #CAFFB7

Tints of Tea Green #CAFFB7

Color information

#CAFFB7 (or 0xCAFFB7) is unknown color: approx Tea Green. HEX triplet: CA, FF and B7. RGB value is (202,255,183). Sum of RGB (Red+Green+Blue) = 202+255+183=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 183 (71.88% from 255 or 28.59% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFB7 is #350048. Grayscale: #E7E7E7. Windows color (decimal): -3473481 or 12058570. OLE color: 12058570.

HSL color Cylindrical-coordinate representation of color #CAFFB7: hue angle of 104.17º 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 #CAFFB7 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB202255183-
CMYK0.2100.280
HSL104.17º100%85.88%-
HSV(B)104.17º28.24%100%-
XYZ68.6687.558.07-
YUV230.94100.94107.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.56%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 183 (71.88% from 255) = 28.59%
R=31.56%
G=39.84%
B=28.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551830.2100.280104.1710085.88
HexCAFFB71501C0686456
Octal312377267250340150144126
Binary110010101111111110110111101010111000110100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFB7; }

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

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

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

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

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

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

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

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