Html Css Color HEX #CAE2BE Tea Green

📋 copy color: '#CAE2BE'

red 202 ◦ green 226 ◦ blue 190

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

Shades of Tea Green #CAE2BE

Tints of Tea Green #CAE2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.74%

R = 32.69%
G = 36.57%
B = 30.74%

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

#CAE2BE (or 0xCAE2BE) is known color: Tea Green. HEX triplet: CA, E2 and BE. RGB value is (202,226,190). Sum of RGB (Red+Green+Blue) = 202+226+190=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2BE is #351D41. Grayscale: #D6D6D6. Windows color (decimal): -3480898 or 12509898. OLE color: 12509898.

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

Color convert

RGB 202 226 190 -
CMYK 0.11 0 0.16 0.11
HSL 100º 0.38% 0.82% -
HSV(B) 100º 0.16% 0.89% -
XYZ 60.85 70.67 59.15 -
YUV 214.72 114.05 118.93 -
System Red Green Blue C M Y K H S L
Decimal 202 226 190 0.11 0 0.16 0.11 100 0.38 0.82
Hex CA E2 BE B 0 10 B 64 26 52
Octal 312 342 276 13 0 20 13 144 46 122
Binary 11001010 11100010 10111110 1011 0 10000 1011 1100100 100110 1010010

Color Harmonies of #CAE2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE2BE

Black with #CAE2BE

Text Example


Text Example

White with #CAE2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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