Html Css Color HEX #CAFCB2 Tea Green

📋 copy color: '#CAFCB2'

red 202 ◦ green 252 ◦ blue 178

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

Shades of Tea Green #CAFCB2

Tints of Tea Green #CAFCB2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.87%

 BLUE value IS 178 (69.92% from 255) = 28.16%

R = 31.96%
G = 39.87%
B = 28.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#CAFCB2 (or 0xCAFCB2) is known color: Tea Green. HEX triplet: CA, FC and B2. RGB value is (202,252,178). Sum of RGB (Red+Green+Blue) = 202+252+178=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 178 (69.92% from 255 or 28.16% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFCB2 is #35034D. Grayscale: #E4E4E4. Windows color (decimal): -3474254 or 11730122. OLE color: 11730122.

HSL color Cylindrical-coordinate representation of color #CAFCB2: hue angle of 100.54º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAFCB2 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 252 178 -
CMYK 0.20 0 0.29 0.01
HSL 100.54º 0.93% 0.84% -
HSV(B) 100.54º 0.29% 0.99% -
XYZ 67.2 85.39 55.06 -
YUV 228.61 99.44 109.02 -
System Red Green Blue C M Y K H S L
Decimal 202 252 178 0.20 0 0.29 0.01 100.54 0.93 0.84
Hex CA FC B2 14 0 1D 1 65 5C 54
Octal 312 374 262 24 0 35 1 145 134 124
Binary 11001010 11111100 10110010 10100 0 11101 1 1100101 1011100 1010100

Color Harmonies of #CAFCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFCB2

Black with #CAFCB2

Text Example


Text Example

White with #CAFCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFCB2; }

 p { color: rgb(202,252,178); }

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

background-color css

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

 a { background-color: rgb(202,252,178); }

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

border-color css

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

 span { border-color: rgb(202,252,178); }

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