Html Css Color HEX #CAEAC2 Tea Green

📋 copy color: '#CAEAC2'

red 202 ◦ green 234 ◦ blue 194

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

Shades of Tea Green #CAEAC2

Tints of Tea Green #CAEAC2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.14%

 BLUE value IS 194 (76.17% from 255) = 30.79%

R = 32.06%
G = 37.14%
B = 30.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#CAEAC2 (or 0xCAEAC2) is known color: Tea Green. HEX triplet: CA, EA and C2. RGB value is (202,234,194). Sum of RGB (Red+Green+Blue) = 202+234+194=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEAC2 is #35153D. Grayscale: #DCDCDC. Windows color (decimal): -3478846 or 12774090. OLE color: 12774090.

HSL color Cylindrical-coordinate representation of color #CAEAC2: hue angle of 108º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAEAC2 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 234 194 -
CMYK 0.14 0 0.17 0.08
HSL 108º 0.49% 0.84% -
HSV(B) 108º 0.17% 0.92% -
XYZ 63.52 75.3 62.23 -
YUV 219.87 113.4 115.25 -
System Red Green Blue C M Y K H S L
Decimal 202 234 194 0.14 0 0.17 0.08 108 0.49 0.84
Hex CA EA C2 E 0 11 8 6C 31 54
Octal 312 352 302 16 0 21 10 154 61 124
Binary 11001010 11101010 11000010 1110 0 10001 1000 1101100 110001 1010100

Color Harmonies of #CAEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEAC2

Black with #CAEAC2

Text Example


Text Example

White with #CAEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEAC2; }

 p { color: rgb(202,234,194); }

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

background-color css

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

 a { background-color: rgb(202,234,194); }

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

border-color css

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

 span { border-color: rgb(202,234,194); }

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