#DAFEA6

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

Shades of Reef #DAFEA6

Tints of Reef #DAFEA6

Color information

#DAFEA6 (or 0xDAFEA6) is unknown color: approx Reef. HEX triplet: DA, FE and A6. RGB value is (218,254,166). Sum of RGB (Red+Green+Blue) = 218+254+166=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 166 (65.23% from 255 or 26.02% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFEA6 is #250159. Grayscale: #E9E9E9. Windows color (decimal): -2425178 or 10944218. OLE color: 10944218.

HSL color Cylindrical-coordinate representation of color #DAFEA6: hue angle of 84.55º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAFEA6 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB218254166-
CMYK0.1400.350.00
HSL84.55º97.78%82.35%-
HSV(B)84.55º34.65%99.61%-
XYZ71.2488.5449.41-
YUV233.290.07117.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 254 (99.61% from 255) = 39.81%
BLUE value IS 166 (65.23% from 255) = 26.02%
R=34.17%
G=39.81%
B=26.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541660.1400.350.0084.5597.7882.35
HexDAFEA6E0230556252
Octal332376246160430125142122
Binary110110101111111010100110111001000110101010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEA6; }

 p { color: rgb(218,254,166); }

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

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

 a { background-color: rgb(218,254,166); }

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

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

 span { border-color: rgb(218,254,166); }

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