Html Css Color HEX #CAE2B9 Tea Green

📋 copy color: '#CAE2B9'

red 202 ◦ green 226 ◦ blue 185

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

Shades of Tea Green #CAE2B9

Tints of Tea Green #CAE2B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.18%

R = 32.95%
G = 36.87%
B = 30.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#CAE2B9 (or 0xCAE2B9) is known color: Tea Green. HEX triplet: CA, E2 and B9. RGB value is (202,226,185). Sum of RGB (Red+Green+Blue) = 202+226+185=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2B9 is #351D46. Grayscale: #D6D6D6. Windows color (decimal): -3480903 or 12182218. OLE color: 12182218.

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

Color convert

RGB 202 226 185 -
CMYK 0.11 0 0.18 0.11
HSL 95.12º 0.41% 0.81% -
HSV(B) 95.12º 0.18% 0.89% -
XYZ 60.31 70.45 56.32 -
YUV 214.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 202 226 185 0.11 0 0.18 0.11 95.12 0.41 0.81
Hex CA E2 B9 B 0 12 B 5F 29 51
Octal 312 342 271 13 0 22 13 137 51 121
Binary 11001010 11100010 10111001 1011 0 10010 1011 1011111 101001 1010001

Color Harmonies of #CAE2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE2B9

Black with #CAE2B9

Text Example


Text Example

White with #CAE2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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