Html Css Color HEX #CCECC1 Tea Green

📋 copy color: '#CCECC1'

red 204 ◦ green 236 ◦ blue 193

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

Shades of Tea Green #CCECC1

Tints of Tea Green #CCECC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.49%

R = 32.23%
G = 37.28%
B = 30.49%

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

#CCECC1 (or 0xCCECC1) is known color: Tea Green. HEX triplet: CC, EC and C1. RGB value is (204,236,193). Sum of RGB (Red+Green+Blue) = 204+236+193=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECC1 is #33133E. Grayscale: #DDDDDD. Windows color (decimal): -3347263 or 12709068. OLE color: 12709068.

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

Color convert

RGB 204 236 193 -
CMYK 0.14 0 0.18 0.07
HSL 104.65º 0.53% 0.84% -
HSV(B) 104.65º 0.18% 0.93% -
XYZ 64.52 76.68 61.85 -
YUV 221.53 111.9 115.5 -
System Red Green Blue C M Y K H S L
Decimal 204 236 193 0.14 0 0.18 0.07 104.65 0.53 0.84
Hex CC EC C1 E 0 12 7 69 35 54
Octal 314 354 301 16 0 22 7 151 65 124
Binary 11001100 11101100 11000001 1110 0 10010 111 1101001 110101 1010100

Color Harmonies of #CCECC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECC1

Black with #CCECC1

Text Example


Text Example

White with #CCECC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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