#E0FFAF

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

Shades of Reef #E0FFAF

Tints of Reef #E0FFAF

Color information

#E0FFAF (or 0xE0FFAF) is unknown color: approx Reef. HEX triplet: E0, FF and AF. RGB value is (224,255,175). Sum of RGB (Red+Green+Blue) = 224+255+175=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 175 (68.75% from 255 or 26.76% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FFAF is #1F0050. Grayscale: #ECECEC. Windows color (decimal): -2031697 or 11534304. OLE color: 11534304.

HSL color Cylindrical-coordinate representation of color #E0FFAF: hue angle of 83.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0FFAF is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB224255175-
CMYK0.1200.310
HSL83.25º100%84.31%-
HSV(B)83.25º31.37%100%-
XYZ74.2490.4654.11-
YUV236.6193.23119-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.25%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 175 (68.75% from 255) = 26.76%
R=34.25%
G=38.99%
B=26.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242551750.1200.31083.2510084.31
HexE0FFAFC01F0536454
Octal340377257140370123144124
Binary11100000111111111010111111000111110101001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FFAF; }

 p { color: rgb(224,255,175); }

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

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

 a { background-color: rgb(224,255,175); }

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

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

 span { border-color: rgb(224,255,175); }

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