Html Css Color HEX #CCE2BC Tea Green

📋 copy color: '#CCE2BC'

red 204 ◦ green 226 ◦ blue 188

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

Shades of Tea Green #CCE2BC

Tints of Tea Green #CCE2BC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.57%

 BLUE value IS 188 (73.83% from 255) = 30.42%

R = 33.01%
G = 36.57%
B = 30.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#CCE2BC (or 0xCCE2BC) is known color: Tea Green. HEX triplet: CC, E2 and BC. RGB value is (204,226,188). Sum of RGB (Red+Green+Blue) = 204+226+188=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2BC is #331D43. Grayscale: #D7D7D7. Windows color (decimal): -3349828 or 12378828. OLE color: 12378828.

HSL color Cylindrical-coordinate representation of color #CCE2BC: hue angle of 94.74º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCE2BC is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 226 188 -
CMYK 0.10 0 0.17 0.11
HSL 94.74º 0.4% 0.81% -
HSV(B) 94.74º 0.17% 0.89% -
XYZ 61.18 70.86 58.03 -
YUV 215.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 204 226 188 0.10 0 0.17 0.11 94.74 0.4 0.81
Hex CC E2 BC A 0 11 B 5F 28 51
Octal 314 342 274 12 0 21 13 137 50 121
Binary 11001100 11100010 10111100 1010 0 10001 1011 1011111 101000 1010001

Color Harmonies of #CCE2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE2BC

Black with #CCE2BC

Text Example


Text Example

White with #CCE2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE2BC; }

 p { color: rgb(204,226,188); }

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

background-color css

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

 a { background-color: rgb(204,226,188); }

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

border-color css

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

 span { border-color: rgb(204,226,188); }

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