Html Css Color HEX #CCE1BE Tea Green

📋 copy color: '#CCE1BE'

red 204 ◦ green 225 ◦ blue 190

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

Shades of Tea Green #CCE1BE

Tints of Tea Green #CCE1BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.69%

R = 32.96%
G = 36.35%
B = 30.69%

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

#CCE1BE (or 0xCCE1BE) is known color: Tea Green. HEX triplet: CC, E1 and BE. RGB value is (204,225,190). Sum of RGB (Red+Green+Blue) = 204+225+190=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1BE is #331E41. Grayscale: #D6D6D6. Windows color (decimal): -3350082 or 12509644. OLE color: 12509644.

HSL color Cylindrical-coordinate representation of color #CCE1BE: hue angle of 96º degrees, saturation: 0.37, 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 #CCE1BE is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 190 -
CMYK 0.09 0 0.16 0.12
HSL 96º 0.37% 0.81% -
HSV(B) 96º 0.16% 0.88% -
XYZ 61.12 70.41 59.08 -
YUV 214.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 204 225 190 0.09 0 0.16 0.12 96 0.37 0.81
Hex CC E1 BE 9 0 10 C 60 25 51
Octal 314 341 276 11 0 20 14 140 45 121
Binary 11001100 11100001 10111110 1001 0 10000 1100 1100000 100101 1010001

Color Harmonies of #CCE1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1BE

Black with #CCE1BE

Text Example


Text Example

White with #CCE1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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