Html Css Color HEX #CAE8B6 Tea Green

📋 copy color: '#CAE8B6'

red 202 ◦ green 232 ◦ blue 182

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

Shades of Tea Green #CAE8B6

Tints of Tea Green #CAE8B6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.66%

 BLUE value IS 182 (71.48% from 255) = 29.55%

R = 32.79%
G = 37.66%
B = 29.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#CAE8B6 (or 0xCAE8B6) is known color: Tea Green. HEX triplet: CA, E8 and B6. RGB value is (202,232,182). Sum of RGB (Red+Green+Blue) = 202+232+182=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 182 (71.48% from 255 or 29.55% from 616); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8B6 is #351749. Grayscale: #D9D9D9. Windows color (decimal): -3479370 or 11987146. OLE color: 11987146.

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

Color convert

RGB 202 232 182 -
CMYK 0.13 0 0.22 0.09
HSL 96º 0.52% 0.81% -
HSV(B) 96º 0.22% 0.91% -
XYZ 61.66 73.65 55.22 -
YUV 217.33 108.06 117.07 -
System Red Green Blue C M Y K H S L
Decimal 202 232 182 0.13 0 0.22 0.09 96 0.52 0.81
Hex CA E8 B6 D 0 16 9 60 34 51
Octal 312 350 266 15 0 26 11 140 64 121
Binary 11001010 11101000 10110110 1101 0 10110 1001 1100000 110100 1010001

Color Harmonies of #CAE8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE8B6

Black with #CAE8B6

Text Example


Text Example

White with #CAE8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE8B6; }

 p { color: rgb(202,232,182); }

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

background-color css

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

 a { background-color: rgb(202,232,182); }

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

border-color css

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

 span { border-color: rgb(202,232,182); }

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