Html Css Color HEX #CAE5BE Tea Green

📋 copy color: '#CAE5BE'

red 202 ◦ green 229 ◦ blue 190

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

Shades of Tea Green #CAE5BE

Tints of Tea Green #CAE5BE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.88%

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

R = 32.53%
G = 36.88%
B = 30.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#CAE5BE (or 0xCAE5BE) is known color: Tea Green. HEX triplet: CA, E5 and BE. RGB value is (202,229,190). Sum of RGB (Red+Green+Blue) = 202+229+190=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5BE is #351A41. Grayscale: #D8D8D8. Windows color (decimal): -3480130 or 12510666. OLE color: 12510666.

HSL color Cylindrical-coordinate representation of color #CAE5BE: hue angle of 101.54º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAE5BE is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 190 -
CMYK 0.12 0 0.17 0.10
HSL 101.54º 0.43% 0.82% -
HSV(B) 101.54º 0.17% 0.9% -
XYZ 61.67 72.31 59.42 -
YUV 216.48 113.05 117.67 -
System Red Green Blue C M Y K H S L
Decimal 202 229 190 0.12 0 0.17 0.10 101.54 0.43 0.82
Hex CA E5 BE C 0 11 A 66 2B 52
Octal 312 345 276 14 0 21 12 146 53 122
Binary 11001010 11100101 10111110 1100 0 10001 1010 1100110 101011 1010010

Color Harmonies of #CAE5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5BE

Black with #CAE5BE

Text Example


Text Example

White with #CAE5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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