Html Css Color HEX #CAE2BA Tea Green

📋 copy color: '#CAE2BA'

red 202 ◦ green 226 ◦ blue 186

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

Shades of Tea Green #CAE2BA

Tints of Tea Green #CAE2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.81%

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

R = 32.9%
G = 36.81%
B = 30.29%

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

#CAE2BA (or 0xCAE2BA) is known color: Tea Green. HEX triplet: CA, E2 and BA. RGB value is (202,226,186). Sum of RGB (Red+Green+Blue) = 202+226+186=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2BA is #351D45. Grayscale: #D6D6D6. Windows color (decimal): -3480902 or 12247754. OLE color: 12247754.

HSL color Cylindrical-coordinate representation of color #CAE2BA: hue angle of 96º degrees, saturation: 0.41, 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 #CAE2BA is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 226 186 -
CMYK 0.11 0 0.18 0.11
HSL 96º 0.41% 0.81% -
HSV(B) 96º 0.18% 0.89% -
XYZ 60.42 70.49 56.88 -
YUV 214.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 202 226 186 0.11 0 0.18 0.11 96 0.41 0.81
Hex CA E2 BA B 0 12 B 60 29 51
Octal 312 342 272 13 0 22 13 140 51 121
Binary 11001010 11100010 10111010 1011 0 10010 1011 1100000 101001 1010001

Color Harmonies of #CAE2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE2BA

Black with #CAE2BA

Text Example


Text Example

White with #CAE2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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