Html Css Color HEX #CAE7BE Tea Green

📋 copy color: '#CAE7BE'

red 202 ◦ green 231 ◦ blue 190

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

Shades of Tea Green #CAE7BE

Tints of Tea Green #CAE7BE

RGB

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

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

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

R = 32.42%
G = 37.08%
B = 30.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#CAE7BE (or 0xCAE7BE) is known color: Tea Green. HEX triplet: CA, E7 and BE. RGB value is (202,231,190). Sum of RGB (Red+Green+Blue) = 202+231+190=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7BE is #351841. Grayscale: #D9D9D9. Windows color (decimal): -3479618 or 12511178. OLE color: 12511178.

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

Color convert

RGB 202 231 190 -
CMYK 0.13 0 0.18 0.09
HSL 102.44º 0.46% 0.83% -
HSV(B) 102.44º 0.18% 0.91% -
XYZ 62.23 73.43 59.61 -
YUV 217.66 112.39 116.83 -
System Red Green Blue C M Y K H S L
Decimal 202 231 190 0.13 0 0.18 0.09 102.44 0.46 0.83
Hex CA E7 BE D 0 12 9 66 2E 53
Octal 312 347 276 15 0 22 11 146 56 123
Binary 11001010 11100111 10111110 1101 0 10010 1001 1100110 101110 1010011

Color Harmonies of #CAE7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE7BE

Black with #CAE7BE

Text Example


Text Example

White with #CAE7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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