#CCEAC1

Color #CCEAC1 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CCEAC1

Tints of Tea Green #CCEAC1

Color information

#CCEAC1 (or 0xCCEAC1) is unknown color: approx Tea Green. HEX triplet: CC, EA and C1. RGB value is (204,234,193). Sum of RGB (Red+Green+Blue) = 204+234+193=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAC1 is #33153E. Grayscale: #DCDCDC. Windows color (decimal): -3347775 or 12708556. OLE color: 12708556.

HSL color Cylindrical-coordinate representation of color #CCEAC1: hue angle of 103.9º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCEAC1 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB204234193-
CMYK0.1300.180.08
HSL103.9º49.4%83.73%-
HSV(B)103.9º17.52%91.76%-
XYZ63.9575.5361.66-
YUV220.36112.56116.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 193 (75.78% from 255) = 30.59%
R=32.33%
G=37.08%
B=30.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341930.1300.180.08103.949.483.73
HexCCEAC1D0128683154
Octal314352301150221015061124
Binary1100110011101010110000011101010010100011010001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAC1; }

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

 H1.HeaderClassName
 {
   color: #CCEAC1;
 }
 .AnyTagClassName
 {
   color: #CCEAC1;
 }
</style>
background-color css

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

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

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

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

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

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