#CEF9BA

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

Shades of Tea Green #CEF9BA

Tints of Tea Green #CEF9BA

Color information

#CEF9BA (or 0xCEF9BA) is unknown color: approx Tea Green. HEX triplet: CE, F9 and BA. RGB value is (206,249,186). Sum of RGB (Red+Green+Blue) = 206+249+186=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF9BA is #310645. Grayscale: #E5E5E5. Windows color (decimal): -3212870 or 12253646. OLE color: 12253646.

HSL color Cylindrical-coordinate representation of color #CEF9BA: hue angle of 100.95º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEF9BA is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB206249186-
CMYK0.1700.250.02
HSL100.95º84%85.29%-
HSV(B)100.95º25.3%97.65%-
XYZ68.1984.4259.15-
YUV228.96103.75111.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.14%
GREEN value IS 249 (97.66% from 255) = 38.85%
BLUE value IS 186 (73.05% from 255) = 29.02%
R=32.14%
G=38.85%
B=29.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062491860.1700.250.02100.958485.29
HexCEF9BA110192655455
Octal316371272210312145124125
Binary1100111011111001101110101000101100110110010110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF9BA; }

 p { color: rgb(206,249,186); }

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

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

 a { background-color: rgb(206,249,186); }

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

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

 span { border-color: rgb(206,249,186); }

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