#CAFAAB

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

Shades of Tea Green #CAFAAB

Tints of Tea Green #CAFAAB

Color information

#CAFAAB (or 0xCAFAAB) is unknown color: approx Tea Green. HEX triplet: CA, FA and AB. RGB value is (202,250,171). Sum of RGB (Red+Green+Blue) = 202+250+171=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFAAB is #350554. Grayscale: #E2E2E2. Windows color (decimal): -3474773 or 11270858. OLE color: 11270858.

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

Color convert

RGB202250171-
CMYK0.1900.320.02
HSL96.46º88.76%82.55%-
HSV(B)96.46º31.6%98.04%-
XYZ65.8983.8751.24-
YUV226.6496.6110.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 171 (67.19% from 255) = 27.45%
R=32.42%
G=40.13%
B=27.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501710.1900.320.0296.4688.7682.55
HexCAFAAB130202605953
Octal312372253230402140131123
Binary11001010111110101010101110011010000010110000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAAB; }

 p { color: rgb(202,250,171); }

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

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

 a { background-color: rgb(202,250,171); }

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

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

 span { border-color: rgb(202,250,171); }

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