Html Css Color HEX #CAF8BA Tea Green

📋 copy color: '#CAF8BA'

red 202 ◦ green 248 ◦ blue 186

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

Shades of Tea Green #CAF8BA

Tints of Tea Green #CAF8BA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.99%

 BLUE value IS 186 (73.05% from 255) = 29.25%

R = 31.76%
G = 38.99%
B = 29.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#CAF8BA (or 0xCAF8BA) is known color: Tea Green. HEX triplet: CA, F8 and BA. RGB value is (202,248,186). Sum of RGB (Red+Green+Blue) = 202+248+186=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8BA is #350745. Grayscale: #E3E3E3. Windows color (decimal): -3475270 or 12253386. OLE color: 12253386.

HSL color Cylindrical-coordinate representation of color #CAF8BA: hue angle of 104.52º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAF8BA is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 186 -
CMYK 0.19 0 0.25 0.03
HSL 104.52º 0.82% 0.85% -
HSV(B) 104.52º 0.25% 0.97% -
XYZ 66.79 83.24 59 -
YUV 227.18 104.76 110.04 -
System Red Green Blue C M Y K H S L
Decimal 202 248 186 0.19 0 0.25 0.03 104.52 0.82 0.85
Hex CA F8 BA 13 0 19 3 69 52 55
Octal 312 370 272 23 0 31 3 151 122 125
Binary 11001010 11111000 10111010 10011 0 11001 11 1101001 1010010 1010101

Color Harmonies of #CAF8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF8BA

Black with #CAF8BA

Text Example


Text Example

White with #CAF8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF8BA; }

 p { color: rgb(202,248,186); }

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

background-color css

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

 a { background-color: rgb(202,248,186); }

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

border-color css

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

 span { border-color: rgb(202,248,186); }

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