Html Css Color HEX #CCECB2 Tea Green

📋 copy color: '#CCECB2'

red 204 ◦ green 236 ◦ blue 178

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

Shades of Tea Green #CCECB2

Tints of Tea Green #CCECB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.8%

R = 33.01%
G = 38.19%
B = 28.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#CCECB2 (or 0xCCECB2) is known color: Tea Green. HEX triplet: CC, EC and B2. RGB value is (204,236,178). Sum of RGB (Red+Green+Blue) = 204+236+178=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECB2 is #33134D. Grayscale: #DCDCDC. Windows color (decimal): -3347278 or 11726028. OLE color: 11726028.

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

Color convert

RGB 204 236 178 -
CMYK 0.14 0 0.25 0.07
HSL 93.1º 0.6% 0.81% -
HSV(B) 93.1º 0.25% 0.93% -
XYZ 62.93 76.04 53.48 -
YUV 219.82 104.4 116.72 -
System Red Green Blue C M Y K H S L
Decimal 204 236 178 0.14 0 0.25 0.07 93.1 0.6 0.81
Hex CC EC B2 E 0 19 7 5D 3C 51
Octal 314 354 262 16 0 31 7 135 74 121
Binary 11001100 11101100 10110010 1110 0 11001 111 1011101 111100 1010001

Color Harmonies of #CCECB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECB2

Black with #CCECB2

Text Example


Text Example

White with #CCECB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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