#CEF3BA

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

Shades of Tea Green #CEF3BA

Tints of Tea Green #CEF3BA

Color information

#CEF3BA (or 0xCEF3BA) is unknown color: approx Tea Green. HEX triplet: CE, F3 and BA. RGB value is (206,243,186). Sum of RGB (Red+Green+Blue) = 206+243+186=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF3BA is #310C45. Grayscale: #E1E1E1. Windows color (decimal): -3214406 or 12252110. OLE color: 12252110.

HSL color Cylindrical-coordinate representation of color #CEF3BA: hue angle of 98.95º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEF3BA is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB206243186-
CMYK0.1500.230.05
HSL98.95º70.37%84.12%-
HSV(B)98.95º23.46%95.29%-
XYZ66.3780.7758.55-
YUV225.44105.74114.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.44%
GREEN value IS 243 (95.31% from 255) = 38.27%
BLUE value IS 186 (73.05% from 255) = 29.29%
R=32.44%
G=38.27%
B=29.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062431860.1500.230.0598.9570.3784.12
HexCEF3BAF0175634654
Octal316363272170275143106124
Binary1100111011110011101110101111010111101110001110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF3BA; }

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

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

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

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

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

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

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

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