#DAFCA0

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

Shades of Reef #DAFCA0

Tints of Reef #DAFCA0

Color information

#DAFCA0 (or 0xDAFCA0) is unknown color: approx Reef. HEX triplet: DA, FC and A0. RGB value is (218,252,160). Sum of RGB (Red+Green+Blue) = 218+252+160=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 160 (62.89% from 255 or 25.40% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFCA0 is #25035F. Grayscale: #E7E7E7. Windows color (decimal): -2425696 or 10550490. OLE color: 10550490.

HSL color Cylindrical-coordinate representation of color #DAFCA0: hue angle of 82.17º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAFCA0 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB218252160-
CMYK0.1300.370.01
HSL82.17º93.88%80.78%-
HSV(B)82.17º36.51%98.82%-
XYZ70.0787.0646.37-
YUV231.3587.74118.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 252 (98.83% from 255) = 40%
BLUE value IS 160 (62.89% from 255) = 25.40%
R=34.60%
G=40%
B=25.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521600.1300.370.0182.1793.8880.78
HexDAFCA0D0251525e51
Octal332374240150451122136121
Binary110110101111110010100000110101001011101001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCA0; }

 p { color: rgb(218,252,160); }

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

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

 a { background-color: rgb(218,252,160); }

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

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

 span { border-color: rgb(218,252,160); }

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