Html Css Color HEX #CCE4BC Tea Green

📋 copy color: '#CCE4BC'

red 204 ◦ green 228 ◦ blue 188

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

Shades of Tea Green #CCE4BC

Tints of Tea Green #CCE4BC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.77%

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

R = 32.9%
G = 36.77%
B = 30.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#CCE4BC (or 0xCCE4BC) is known color: Tea Green. HEX triplet: CC, E4 and BC. RGB value is (204,228,188). Sum of RGB (Red+Green+Blue) = 204+228+188=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4BC is #331B43. Grayscale: #D8D8D8. Windows color (decimal): -3349316 or 12379340. OLE color: 12379340.

HSL color Cylindrical-coordinate representation of color #CCE4BC: hue angle of 96º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE4BC is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 188 -
CMYK 0.11 0 0.18 0.11
HSL 96º 0.43% 0.82% -
HSV(B) 96º 0.18% 0.89% -
XYZ 61.72 71.96 58.21 -
YUV 216.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 204 228 188 0.11 0 0.18 0.11 96 0.43 0.82
Hex CC E4 BC B 0 12 B 60 2B 52
Octal 314 344 274 13 0 22 13 140 53 122
Binary 11001100 11100100 10111100 1011 0 10010 1011 1100000 101011 1010010

Color Harmonies of #CCE4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE4BC

Black with #CCE4BC

Text Example


Text Example

White with #CCE4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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