Html Css Color HEX #DAFAA0 Reef

📋 copy color: '#DAFAA0'

red 218 ◦ green 250 ◦ blue 160

#DAFAA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DAFAA0

Tints of Reef #DAFAA0

RGB

 RED value IS 218 (85.55% from 255) = 34.71%

 GREEN value IS 250 (98.05% from 255) = 39.81%

 BLUE value IS 160 (62.89% from 255) = 25.48%

R = 34.71%
G = 39.81%
B = 25.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#DAFAA0 (or 0xDAFAA0) is known color: Reef. HEX triplet: DA, FA and A0. RGB value is (218,250,160). Sum of RGB (Red+Green+Blue) = 218+250+160=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 160 (62.89% from 255 or 25.48% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFAA0 is #25055F. Grayscale: #E6E6E6. Windows color (decimal): -2426208 or 10549978. OLE color: 10549978.

HSL color Cylindrical-coordinate representation of color #DAFAA0: hue angle of 81.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAFAA0 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 160 -
CMYK 0.13 0 0.36 0.02
HSL 81.33º 0.9% 0.8% -
HSV(B) 81.33º 0.36% 0.98% -
XYZ 69.44 85.81 46.16 -
YUV 230.17 88.4 119.32 -
System Red Green Blue C M Y K H S L
Decimal 218 250 160 0.13 0 0.36 0.02 81.33 0.9 0.8
Hex DA FA A0 D 0 24 2 51 5A 50
Octal 332 372 240 15 0 44 2 121 132 120
Binary 11011010 11111010 10100000 1101 0 100100 10 1010001 1011010 1010000

Color Harmonies of #DAFAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFAA0

Black with #DAFAA0

Text Example


Text Example

White with #DAFAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFAA0; }

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

 H1.HeaderClassName
 {
   color: #DAFAA0;
 }
 .AnyTagClassName
 {
   color: #DAFAA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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