#CEEFBA

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

Shades of Tea Green #CEEFBA

Tints of Tea Green #CEEFBA

Color information

#CEEFBA (or 0xCEEFBA) is unknown color: approx Tea Green. HEX triplet: CE, EF and BA. RGB value is (206,239,186). Sum of RGB (Red+Green+Blue) = 206+239+186=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFBA is #311045. Grayscale: #DFDFDF. Windows color (decimal): -3215430 or 12251086. OLE color: 12251086.

HSL color Cylindrical-coordinate representation of color #CEEFBA: hue angle of 97.36º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEEFBA is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB206239186-
CMYK0.1400.220.06
HSL97.36º62.35%83.33%-
HSV(B)97.36º22.18%93.73%-
XYZ65.1878.458.15-
YUV223.09107.07115.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.65%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 186 (73.05% from 255) = 29.48%
R=32.65%
G=37.88%
B=29.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062391860.1400.220.0697.3662.3583.33
HexCEEFBAE0166613e53
Octal31635727216026614176123
Binary110011101110111110111010111001011011011000011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFBA; }

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

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

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

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

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

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

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

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