Html Css Color HEX #CAE9BE Tea Green

📋 copy color: '#CAE9BE'

red 202 ◦ green 233 ◦ blue 190

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

Shades of Tea Green #CAE9BE

Tints of Tea Green #CAE9BE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.28%

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

R = 32.32%
G = 37.28%
B = 30.4%

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

#CAE9BE (or 0xCAE9BE) is known color: Tea Green. HEX triplet: CA, E9 and BE. RGB value is (202,233,190). Sum of RGB (Red+Green+Blue) = 202+233+190=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9BE is #351641. Grayscale: #DADADA. Windows color (decimal): -3479106 or 12511690. OLE color: 12511690.

HSL color Cylindrical-coordinate representation of color #CAE9BE: hue angle of 103.26º degrees, saturation: 0.49, 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 #CAE9BE is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 190 -
CMYK 0.13 0 0.18 0.09
HSL 103.26º 0.49% 0.83% -
HSV(B) 103.26º 0.18% 0.91% -
XYZ 62.79 74.55 59.8 -
YUV 218.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 202 233 190 0.13 0 0.18 0.09 103.26 0.49 0.83
Hex CA E9 BE D 0 12 9 67 31 53
Octal 312 351 276 15 0 22 11 147 61 123
Binary 11001010 11101001 10111110 1101 0 10010 1001 1100111 110001 1010011

Color Harmonies of #CAE9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE9BE

Black with #CAE9BE

Text Example


Text Example

White with #CAE9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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