Html Css Color HEX #CCECC2 Tea Green

📋 copy color: '#CCECC2'

red 204 ◦ green 236 ◦ blue 194

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

Shades of Tea Green #CCECC2

Tints of Tea Green #CCECC2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.22%

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

R = 32.18%
G = 37.22%
B = 30.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#CCECC2 (or 0xCCECC2) is known color: Tea Green. HEX triplet: CC, EC and C2. RGB value is (204,236,194). Sum of RGB (Red+Green+Blue) = 204+236+194=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECC2 is #33133D. Grayscale: #DDDDDD. Windows color (decimal): -3347262 or 12774604. OLE color: 12774604.

HSL color Cylindrical-coordinate representation of color #CCECC2: hue angle of 105.71º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCECC2 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 194 -
CMYK 0.14 0 0.18 0.07
HSL 105.71º 0.53% 0.84% -
HSV(B) 105.71º 0.18% 0.93% -
XYZ 64.63 76.72 62.44 -
YUV 221.64 112.4 115.42 -
System Red Green Blue C M Y K H S L
Decimal 204 236 194 0.14 0 0.18 0.07 105.71 0.53 0.84
Hex CC EC C2 E 0 12 7 6A 34 54
Octal 314 354 302 16 0 22 7 152 64 124
Binary 11001100 11101100 11000010 1110 0 10010 111 1101010 110100 1010100

Color Harmonies of #CCECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECC2

Black with #CCECC2

Text Example


Text Example

White with #CCECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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