Html Css Color HEX #CCE1BC Tea Green

📋 copy color: '#CCE1BC'

red 204 ◦ green 225 ◦ blue 188

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

Shades of Tea Green #CCE1BC

Tints of Tea Green #CCE1BC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.47%

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

R = 33.06%
G = 36.47%
B = 30.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#CCE1BC (or 0xCCE1BC) is known color: Tea Green. HEX triplet: CC, E1 and BC. RGB value is (204,225,188). Sum of RGB (Red+Green+Blue) = 204+225+188=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1BC is #331E43. Grayscale: #D6D6D6. Windows color (decimal): -3350084 or 12378572. OLE color: 12378572.

HSL color Cylindrical-coordinate representation of color #CCE1BC: hue angle of 94.05º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE1BC is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 188 -
CMYK 0.09 0 0.16 0.12
HSL 94.05º 0.38% 0.81% -
HSV(B) 94.05º 0.16% 0.88% -
XYZ 60.9 70.32 57.94 -
YUV 214.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 204 225 188 0.09 0 0.16 0.12 94.05 0.38 0.81
Hex CC E1 BC 9 0 10 C 5E 26 51
Octal 314 341 274 11 0 20 14 136 46 121
Binary 11001100 11100001 10111100 1001 0 10000 1100 1011110 100110 1010001

Color Harmonies of #CCE1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1BC

Black with #CCE1BC

Text Example


Text Example

White with #CCE1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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