#CCEFBD

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

Shades of Tea Green #CCEFBD

Tints of Tea Green #CCEFBD

Color information

#CCEFBD (or 0xCCEFBD) is unknown color: approx Tea Green. HEX triplet: CC, EF and BD. RGB value is (204,239,189). Sum of RGB (Red+Green+Blue) = 204+239+189=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFBD is #331042. Grayscale: #DEDEDE. Windows color (decimal): -3346499 or 12447692. OLE color: 12447692.

HSL color Cylindrical-coordinate representation of color #CCEFBD: hue angle of 102º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCEFBD is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB204239189-
CMYK0.1500.210.06
HSL102º60.98%83.92%-
HSV(B)102º20.92%93.73%-
XYZ64.9578.2459.82-
YUV222.83108.9114.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 239 (93.75% from 255) = 37.82%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=32.28%
G=37.82%
B=29.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042391890.1500.210.0610260.9883.92
HexCCEFBDF0156663d54
Octal31435727517025614675124
Binary110011001110111110111101111101010111011001101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFBD; }

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

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

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

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

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

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

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

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