Html Css Color HEX #CCE5BD Tea Green

📋 copy color: '#CCE5BD'

red 204 ◦ green 229 ◦ blue 189

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

Shades of Tea Green #CCE5BD

Tints of Tea Green #CCE5BD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.82%

 BLUE value IS 189 (74.22% from 255) = 30.39%

R = 32.8%
G = 36.82%
B = 30.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#CCE5BD (or 0xCCE5BD) is known color: Tea Green. HEX triplet: CC, E5 and BD. RGB value is (204,229,189). Sum of RGB (Red+Green+Blue) = 204+229+189=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5BD is #331A42. Grayscale: #D9D9D9. Windows color (decimal): -3349059 or 12445132. OLE color: 12445132.

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

Color convert

RGB 204 229 189 -
CMYK 0.11 0 0.17 0.10
HSL 97.5º 0.43% 0.82% -
HSV(B) 97.5º 0.17% 0.9% -
XYZ 62.11 72.55 58.87 -
YUV 216.97 112.22 118.75 -
System Red Green Blue C M Y K H S L
Decimal 204 229 189 0.11 0 0.17 0.10 97.5 0.43 0.82
Hex CC E5 BD B 0 11 A 62 2B 52
Octal 314 345 275 13 0 21 12 142 53 122
Binary 11001100 11100101 10111101 1011 0 10001 1010 1100010 101011 1010010

Color Harmonies of #CCE5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE5BD

Black with #CCE5BD

Text Example


Text Example

White with #CCE5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE5BD; }

 p { color: rgb(204,229,189); }

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

background-color css

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

 a { background-color: rgb(204,229,189); }

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

border-color css

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

 span { border-color: rgb(204,229,189); }

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