Html Css Color HEX #CAE7B0 Tea Green

📋 copy color: '#CAE7B0'

red 202 ◦ green 231 ◦ blue 176

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

Shades of Tea Green #CAE7B0

Tints of Tea Green #CAE7B0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.93%

 BLUE value IS 176 (69.14% from 255) = 28.9%

R = 33.17%
G = 37.93%
B = 28.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#CAE7B0 (or 0xCAE7B0) is known color: Tea Green. HEX triplet: CA, E7 and B0. RGB value is (202,231,176). Sum of RGB (Red+Green+Blue) = 202+231+176=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE7B0 is #35184F. Grayscale: #D8D8D8. Windows color (decimal): -3479632 or 11593674. OLE color: 11593674.

HSL color Cylindrical-coordinate representation of color #CAE7B0: hue angle of 91.64º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAE7B0 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 231 176 -
CMYK 0.13 0 0.24 0.09
HSL 91.64º 0.53% 0.8% -
HSV(B) 91.64º 0.24% 0.91% -
XYZ 60.77 72.84 51.93 -
YUV 216.06 105.39 117.97 -
System Red Green Blue C M Y K H S L
Decimal 202 231 176 0.13 0 0.24 0.09 91.64 0.53 0.8
Hex CA E7 B0 D 0 18 9 5C 35 50
Octal 312 347 260 15 0 30 11 134 65 120
Binary 11001010 11100111 10110000 1101 0 11000 1001 1011100 110101 1010000

Color Harmonies of #CAE7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE7B0

Black with #CAE7B0

Text Example


Text Example

White with #CAE7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE7B0; }

 p { color: rgb(202,231,176); }

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

background-color css

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

 a { background-color: rgb(202,231,176); }

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

border-color css

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

 span { border-color: rgb(202,231,176); }

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