Html Css Color HEX #CCEAC2 Tea Green

📋 copy color: '#CCEAC2'

red 204 ◦ green 234 ◦ blue 194

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

Shades of Tea Green #CCEAC2

Tints of Tea Green #CCEAC2

RGB

 RED value IS 204 (80.08% from 255) = 32.28%

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

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

R = 32.28%
G = 37.03%
B = 30.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#CCEAC2 (or 0xCCEAC2) is known color: Tea Green. HEX triplet: CC, EA and C2. RGB value is (204,234,194). Sum of RGB (Red+Green+Blue) = 204+234+194=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAC2 is #33153D. Grayscale: #DCDCDC. Windows color (decimal): -3347774 or 12774092. OLE color: 12774092.

HSL color Cylindrical-coordinate representation of color #CCEAC2: hue angle of 105º 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 #CCEAC2 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 194 -
CMYK 0.13 0 0.17 0.08
HSL 105º 0.49% 0.84% -
HSV(B) 105º 0.17% 0.92% -
XYZ 64.06 75.58 62.25 -
YUV 220.47 113.06 116.25 -
System Red Green Blue C M Y K H S L
Decimal 204 234 194 0.13 0 0.17 0.08 105 0.49 0.84
Hex CC EA C2 D 0 11 8 69 31 54
Octal 314 352 302 15 0 21 10 151 61 124
Binary 11001100 11101010 11000010 1101 0 10001 1000 1101001 110001 1010100

Color Harmonies of #CCEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAC2

Black with #CCEAC2

Text Example


Text Example

White with #CCEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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