#CCEBC1

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

Shades of Tea Green #CCEBC1

Tints of Tea Green #CCEBC1

Color information

#CCEBC1 (or 0xCCEBC1) is unknown color: approx Tea Green. HEX triplet: CC, EB and C1. RGB value is (204,235,193). Sum of RGB (Red+Green+Blue) = 204+235+193=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBC1 is #33143E. Grayscale: #DDDDDD. Windows color (decimal): -3347519 or 12708812. OLE color: 12708812.

HSL color Cylindrical-coordinate representation of color #CCEBC1: hue angle of 104.29º degrees, saturation: 0.51, 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 #CCEBC1 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB204235193-
CMYK0.1300.180.08
HSL104.29º51.22%83.92%-
HSV(B)104.29º17.87%92.16%-
XYZ64.2476.161.76-
YUV220.94112.23115.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 193 (75.78% from 255) = 30.54%
R=32.28%
G=37.18%
B=30.54%

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
Decimal2042351930.1300.180.08104.2951.2283.92
HexCCEBC1D0128683354
Octal314353301150221015063124
Binary1100110011101011110000011101010010100011010001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBC1; }

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

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

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

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

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

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

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

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