Html Css Color HEX #CAE2BD Tea Green

📋 copy color: '#CAE2BD'

red 202 ◦ green 226 ◦ blue 189

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

Shades of Tea Green #CAE2BD

Tints of Tea Green #CAE2BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.63%

R = 32.74%
G = 36.63%
B = 30.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#CAE2BD (or 0xCAE2BD) is known color: Tea Green. HEX triplet: CA, E2 and BD. RGB value is (202,226,189). Sum of RGB (Red+Green+Blue) = 202+226+189=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2BD is #351D42. Grayscale: #D6D6D6. Windows color (decimal): -3480899 or 12444362. OLE color: 12444362.

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

Color convert

RGB 202 226 189 -
CMYK 0.11 0 0.16 0.11
HSL 98.92º 0.39% 0.81% -
HSV(B) 98.92º 0.16% 0.89% -
XYZ 60.74 70.62 58.57 -
YUV 214.61 113.55 119.01 -
System Red Green Blue C M Y K H S L
Decimal 202 226 189 0.11 0 0.16 0.11 98.92 0.39 0.81
Hex CA E2 BD B 0 10 B 63 27 51
Octal 312 342 275 13 0 20 13 143 47 121
Binary 11001010 11100010 10111101 1011 0 10000 1011 1100011 100111 1010001

Color Harmonies of #CAE2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE2BD

Black with #CAE2BD

Text Example


Text Example

White with #CAE2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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