Html Css Color HEX #CCE4C1 Tea Green

📋 copy color: '#CCE4C1'

red 204 ◦ green 228 ◦ blue 193

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

Shades of Tea Green #CCE4C1

Tints of Tea Green #CCE4C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.88%

R = 32.64%
G = 36.48%
B = 30.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#CCE4C1 (or 0xCCE4C1) is known color: Tea Green. HEX triplet: CC, E4 and C1. RGB value is (204,228,193). Sum of RGB (Red+Green+Blue) = 204+228+193=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4C1 is #331B3E. Grayscale: #D8D8D8. Windows color (decimal): -3349311 or 12707020. OLE color: 12707020.

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

Color convert

RGB 204 228 193 -
CMYK 0.11 0 0.15 0.11
HSL 101.14º 0.39% 0.83% -
HSV(B) 101.14º 0.15% 0.89% -
XYZ 62.27 72.17 61.1 -
YUV 216.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 204 228 193 0.11 0 0.15 0.11 101.14 0.39 0.83
Hex CC E4 C1 B 0 F B 65 27 53
Octal 314 344 301 13 0 17 13 145 47 123
Binary 11001100 11100100 11000001 1011 0 1111 1011 1100101 100111 1010011

Color Harmonies of #CCE4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE4C1

Black with #CCE4C1

Text Example


Text Example

White with #CCE4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE4C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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