Html Css Color HEX #CAE1BA Tea Green

📋 copy color: '#CAE1BA'

red 202 ◦ green 225 ◦ blue 186

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

Shades of Tea Green #CAE1BA

Tints of Tea Green #CAE1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.7%

 BLUE value IS 186 (73.05% from 255) = 30.34%

R = 32.95%
G = 36.7%
B = 30.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#CAE1BA (or 0xCAE1BA) is known color: Tea Green. HEX triplet: CA, E1 and BA. RGB value is (202,225,186). Sum of RGB (Red+Green+Blue) = 202+225+186=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1BA is #351E45. Grayscale: #D5D5D5. Windows color (decimal): -3481158 or 12247498. OLE color: 12247498.

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

Color convert

RGB 202 225 186 -
CMYK 0.10 0 0.17 0.12
HSL 95.38º 0.39% 0.81% -
HSV(B) 95.38º 0.17% 0.88% -
XYZ 60.15 69.95 56.79 -
YUV 213.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 202 225 186 0.10 0 0.17 0.12 95.38 0.39 0.81
Hex CA E1 BA A 0 11 C 5F 27 51
Octal 312 341 272 12 0 21 14 137 47 121
Binary 11001010 11100001 10111010 1010 0 10001 1100 1011111 100111 1010001

Color Harmonies of #CAE1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE1BA

Black with #CAE1BA

Text Example


Text Example

White with #CAE1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE1BA; }

 p { color: rgb(202,225,186); }

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

background-color css

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

 a { background-color: rgb(202,225,186); }

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

border-color css

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

 span { border-color: rgb(202,225,186); }

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