Html Css Color HEX #CAE0B8 Tea Green

📋 copy color: '#CAE0B8'

red 202 ◦ green 224 ◦ blue 184

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

Shades of Tea Green #CAE0B8

Tints of Tea Green #CAE0B8

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.72%

 BLUE value IS 184 (72.27% from 255) = 30.16%

R = 33.11%
G = 36.72%
B = 30.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#CAE0B8 (or 0xCAE0B8) is known color: Tea Green. HEX triplet: CA, E0 and B8. RGB value is (202,224,184). Sum of RGB (Red+Green+Blue) = 202+224+184=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0B8 is #351F47. Grayscale: #D5D5D5. Windows color (decimal): -3481416 or 12116170. OLE color: 12116170.

HSL color Cylindrical-coordinate representation of color #CAE0B8: hue angle of 93º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAE0B8 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 224 184 -
CMYK 0.10 0 0.18 0.12
HSL 93º 0.39% 0.8% -
HSV(B) 93º 0.18% 0.88% -
XYZ 59.66 69.33 55.58 -
YUV 212.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 202 224 184 0.10 0 0.18 0.12 93 0.39 0.8
Hex CA E0 B8 A 0 12 C 5D 27 50
Octal 312 340 270 12 0 22 14 135 47 120
Binary 11001010 11100000 10111000 1010 0 10010 1100 1011101 100111 1010000

Color Harmonies of #CAE0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE0B8

Black with #CAE0B8

Text Example


Text Example

White with #CAE0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE0B8; }

 p { color: rgb(202,224,184); }

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

background-color css

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

 a { background-color: rgb(202,224,184); }

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

border-color css

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

 span { border-color: rgb(202,224,184); }

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