Html Css Color HEX #CAFAB5 Tea Green

📋 copy color: '#CAFAB5'

red 202 ◦ green 250 ◦ blue 181

#CAFAB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #CAFAB5

Tints of Tea Green #CAFAB5

RGB

 RED value IS 202 (79.3% from 255) = 31.91%

 GREEN value IS 250 (98.05% from 255) = 39.49%

 BLUE value IS 181 (71.09% from 255) = 28.59%

R = 31.91%
G = 39.49%
B = 28.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#CAFAB5 (or 0xCAFAB5) is known color: Tea Green. HEX triplet: CA, FA and B5. RGB value is (202,250,181). Sum of RGB (Red+Green+Blue) = 202+250+181=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFAB5 is #35054A. Grayscale: #E4E4E4. Windows color (decimal): -3474763 or 11926218. OLE color: 11926218.

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

Color convert

RGB 202 250 181 -
CMYK 0.19 0 0.28 0.02
HSL 101.74º 0.87% 0.85% -
HSV(B) 101.74º 0.28% 0.98% -
XYZ 66.88 84.26 56.46 -
YUV 227.78 101.6 109.61 -
System Red Green Blue C M Y K H S L
Decimal 202 250 181 0.19 0 0.28 0.02 101.74 0.87 0.85
Hex CA FA B5 13 0 1C 2 66 57 55
Octal 312 372 265 23 0 34 2 146 127 125
Binary 11001010 11111010 10110101 10011 0 11100 10 1100110 1010111 1010101

Color Harmonies of #CAFAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFAB5

Black with #CAFAB5

Text Example


Text Example

White with #CAFAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFAB5; }

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

 H1.HeaderClassName
 {
   color: #CAFAB5;
 }
 .AnyTagClassName
 {
   color: #CAFAB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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