Html Css Color HEX #CAE4BA Tea Green

📋 copy color: '#CAE4BA'

red 202 ◦ green 228 ◦ blue 186

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

Shades of Tea Green #CAE4BA

Tints of Tea Green #CAE4BA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.01%

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

R = 32.79%
G = 37.01%
B = 30.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#CAE4BA (or 0xCAE4BA) is known color: Tea Green. HEX triplet: CA, E4 and BA. RGB value is (202,228,186). Sum of RGB (Red+Green+Blue) = 202+228+186=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4BA is #351B45. Grayscale: #D7D7D7. Windows color (decimal): -3480390 or 12248266. OLE color: 12248266.

HSL color Cylindrical-coordinate representation of color #CAE4BA: hue angle of 97.14º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAE4BA is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 228 186 -
CMYK 0.11 0 0.18 0.11
HSL 97.14º 0.44% 0.81% -
HSV(B) 97.14º 0.18% 0.89% -
XYZ 60.96 71.59 57.06 -
YUV 215.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 202 228 186 0.11 0 0.18 0.11 97.14 0.44 0.81
Hex CA E4 BA B 0 12 B 61 2C 51
Octal 312 344 272 13 0 22 13 141 54 121
Binary 11001010 11100100 10111010 1011 0 10010 1011 1100001 101100 1010001

Color Harmonies of #CAE4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE4BA

Black with #CAE4BA

Text Example


Text Example

White with #CAE4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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