Html Css Color HEX #CAE2B8 Tea Green

📋 copy color: '#CAE2B8'

red 202 ◦ green 226 ◦ blue 184

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

Shades of Tea Green #CAE2B8

Tints of Tea Green #CAE2B8

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.93%

 BLUE value IS 184 (72.27% from 255) = 30.07%

R = 33.01%
G = 36.93%
B = 30.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#CAE2B8 (or 0xCAE2B8) is known color: Tea Green. HEX triplet: CA, E2 and B8. RGB value is (202,226,184). Sum of RGB (Red+Green+Blue) = 202+226+184=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2B8 is #351D47. Grayscale: #D6D6D6. Windows color (decimal): -3480904 or 12116682. OLE color: 12116682.

HSL color Cylindrical-coordinate representation of color #CAE2B8: hue angle of 94.29º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAE2B8 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 226 184 -
CMYK 0.11 0 0.19 0.11
HSL 94.29º 0.42% 0.8% -
HSV(B) 94.29º 0.19% 0.89% -
XYZ 60.21 70.41 55.76 -
YUV 214.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 202 226 184 0.11 0 0.19 0.11 94.29 0.42 0.8
Hex CA E2 B8 B 0 13 B 5E 2A 50
Octal 312 342 270 13 0 23 13 136 52 120
Binary 11001010 11100010 10111000 1011 0 10011 1011 1011110 101010 1010000

Color Harmonies of #CAE2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE2B8

Black with #CAE2B8

Text Example


Text Example

White with #CAE2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE2B8; }

 p { color: rgb(202,226,184); }

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

background-color css

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

 a { background-color: rgb(202,226,184); }

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

border-color css

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

 span { border-color: rgb(202,226,184); }

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