#CEF1BA

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

Shades of Tea Green #CEF1BA

Tints of Tea Green #CEF1BA

Color information

#CEF1BA (or 0xCEF1BA) is unknown color: approx Tea Green. HEX triplet: CE, F1 and BA. RGB value is (206,241,186). Sum of RGB (Red+Green+Blue) = 206+241+186=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1BA is #310E45. Grayscale: #E0E0E0. Windows color (decimal): -3214918 or 12251598. OLE color: 12251598.

HSL color Cylindrical-coordinate representation of color #CEF1BA: hue angle of 98.18º degrees, saturation: 0.66, 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 #CEF1BA is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB206241186-
CMYK0.1500.230.05
HSL98.18º66.27%83.73%-
HSV(B)98.18º22.82%94.51%-
XYZ65.7779.5858.35-
YUV224.26106.4114.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 241 (94.53% from 255) = 38.07%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=32.54%
G=38.07%
B=29.38%

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
Decimal2062411860.1500.230.0598.1866.2783.73
HexCEF1BAF0175624254
Octal316361272170275142102124
Binary1100111011110001101110101111010111101110001010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1BA; }

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

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

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

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

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

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

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

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