#CAFBBB

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

Shades of Tea Green #CAFBBB

Tints of Tea Green #CAFBBB

Color information

#CAFBBB (or 0xCAFBBB) is unknown color: approx Tea Green. HEX triplet: CA, FB and BB. RGB value is (202,251,187). Sum of RGB (Red+Green+Blue) = 202+251+187=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBBB is #350444. Grayscale: #E5E5E5. Windows color (decimal): -3474501 or 12319690. OLE color: 12319690.

HSL color Cylindrical-coordinate representation of color #CAFBBB: hue angle of 105.94º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAFBBB is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB202251187-
CMYK0.2000.250.02
HSL105.94º88.89%85.88%-
HSV(B)105.94º25.5%98.43%-
XYZ67.8285.1459.87-
YUV229.05104.27108.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.56%
GREEN value IS 251 (98.44% from 255) = 39.22%
BLUE value IS 187 (73.44% from 255) = 29.22%
R=31.56%
G=39.22%
B=29.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022511870.2000.250.02105.9488.8985.88
HexCAFBBB1401926a5956
Octal312373273240312152131126
Binary1100101011111011101110111010001100110110101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBBB; }

 p { color: rgb(202,251,187); }

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

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

 a { background-color: rgb(202,251,187); }

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

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

 span { border-color: rgb(202,251,187); }

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