#E0FBAC

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

Shades of Reef #E0FBAC

Tints of Reef #E0FBAC

Color information

#E0FBAC (or 0xE0FBAC) is unknown color: approx Reef. HEX triplet: E0, FB and AC. RGB value is (224,251,172). Sum of RGB (Red+Green+Blue) = 224+251+172=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 172 (67.58% from 255 or 26.58% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FBAC is #1F0453. Grayscale: #EAEAEA. Windows color (decimal): -2032724 or 11336672. OLE color: 11336672.

HSL color Cylindrical-coordinate representation of color #E0FBAC: hue angle of 80.51º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0FBAC is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB224251172-
CMYK0.1100.310.02
HSL80.51º90.8%82.94%-
HSV(B)80.51º31.47%98.43%-
XYZ72.6887.8252.15-
YUV233.9293.05120.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.62%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 172 (67.58% from 255) = 26.58%
R=34.62%
G=38.79%
B=26.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242511720.1100.310.0280.5190.882.94
HexE0FBACB01F2515b53
Octal340373254130372121133123
Binary111000001111101110101100101101111110101000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FBAC; }

 p { color: rgb(224,251,172); }

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

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

 a { background-color: rgb(224,251,172); }

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

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

 span { border-color: rgb(224,251,172); }

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