#DAF9AF

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

Shades of Reef #DAF9AF

Tints of Reef #DAF9AF

Color information

#DAF9AF (or 0xDAF9AF) is unknown color: approx Reef. HEX triplet: DA, F9 and AF. RGB value is (218,249,175). Sum of RGB (Red+Green+Blue) = 218+249+175=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF9AF is #250650. Grayscale: #E7E7E7. Windows color (decimal): -2426449 or 11532762. OLE color: 11532762.

HSL color Cylindrical-coordinate representation of color #DAF9AF: hue angle of 85.14º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAF9AF is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB218249175-
CMYK0.1200.300.02
HSL85.14º86.05%83.14%-
HSV(B)85.14º29.72%97.65%-
XYZ70.5385.7553.39-
YUV231.2996.23118.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 249 (97.66% from 255) = 38.79%
BLUE value IS 175 (68.75% from 255) = 27.26%
R=33.96%
G=38.79%
B=27.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182491750.1200.300.0285.1486.0583.14
HexDAF9AFC01E2555653
Octal332371257140362125126123
Binary110110101111100110101111110001111010101010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9AF; }

 p { color: rgb(218,249,175); }

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

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

 a { background-color: rgb(218,249,175); }

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

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

 span { border-color: rgb(218,249,175); }

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