Html Css Color HEX #CAE6BE Tea Green

📋 copy color: '#CAE6BE'

red 202 ◦ green 230 ◦ blue 190

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

Shades of Tea Green #CAE6BE

Tints of Tea Green #CAE6BE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.98%

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

R = 32.48%
G = 36.98%
B = 30.55%

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

#CAE6BE (or 0xCAE6BE) is known color: Tea Green. HEX triplet: CA, E6 and BE. RGB value is (202,230,190). Sum of RGB (Red+Green+Blue) = 202+230+190=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6BE is #351941. Grayscale: #D9D9D9. Windows color (decimal): -3479874 or 12510922. OLE color: 12510922.

HSL color Cylindrical-coordinate representation of color #CAE6BE: hue angle of 102º degrees, saturation: 0.44, 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 #CAE6BE is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 190 -
CMYK 0.12 0 0.17 0.10
HSL 102º 0.44% 0.82% -
HSV(B) 102º 0.17% 0.9% -
XYZ 61.95 72.87 59.52 -
YUV 217.07 112.72 117.25 -
System Red Green Blue C M Y K H S L
Decimal 202 230 190 0.12 0 0.17 0.10 102 0.44 0.82
Hex CA E6 BE C 0 11 A 66 2C 52
Octal 312 346 276 14 0 21 12 146 54 122
Binary 11001010 11100110 10111110 1100 0 10001 1010 1100110 101100 1010010

Color Harmonies of #CAE6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE6BE

Black with #CAE6BE

Text Example


Text Example

White with #CAE6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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