#CEFCBD

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

Shades of Tea Green #CEFCBD

Tints of Tea Green #CEFCBD

Color information

#CEFCBD (or 0xCEFCBD) is unknown color: approx Tea Green. HEX triplet: CE, FC and BD. RGB value is (206,252,189). Sum of RGB (Red+Green+Blue) = 206+252+189=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFCBD is #310342. Grayscale: #E7E7E7. Windows color (decimal): -3212099 or 12451022. OLE color: 12451022.

HSL color Cylindrical-coordinate representation of color #CEFCBD: hue angle of 103.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEFCBD is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB206252189-
CMYK0.1800.250.01
HSL103.81º91.3%86.47%-
HSV(B)103.81º25%98.82%-
XYZ69.4586.4261.16-
YUV231.06104.26110.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.84%
GREEN value IS 252 (98.83% from 255) = 38.95%
BLUE value IS 189 (74.22% from 255) = 29.21%
R=31.84%
G=38.95%
B=29.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521890.1800.250.01103.8191.386.47
HexCEFCBD120191685b56
Octal316374275220311150133126
Binary110011101111110010111101100100110011110100010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCBD; }

 p { color: rgb(206,252,189); }

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

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

 a { background-color: rgb(206,252,189); }

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

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

 span { border-color: rgb(206,252,189); }

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