#CAFFBE

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

Shades of Tea Green #CAFFBE

Tints of Tea Green #CAFFBE

Color information

#CAFFBE (or 0xCAFFBE) is unknown color: approx Tea Green. HEX triplet: CA, FF and BE. RGB value is (202,255,190). Sum of RGB (Red+Green+Blue) = 202+255+190=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFBE is #350041. Grayscale: #E7E7E7. Windows color (decimal): -3473474 or 12517322. OLE color: 12517322.

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

Color convert

RGB202255190-
CMYK0.2100.250
HSL108.92º100%87.25%-
HSV(B)108.92º25.49%100%-
XYZ69.4187.7962-
YUV231.74104.44106.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 255 (100% from 255) = 39.41%
BLUE value IS 190 (74.61% from 255) = 29.37%
R=31.22%
G=39.41%
B=29.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551900.2100.250108.9210087.25
HexCAFFBE1501906d6457
Octal312377276250310155144127
Binary110010101111111110111110101010110010110110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFBE; }

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

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

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

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

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

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

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

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