Html Css Color HEX #DAFEA0 Reef

📋 copy color: '#DAFEA0'

red 218 ◦ green 254 ◦ blue 160

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

Shades of Reef #DAFEA0

Tints of Reef #DAFEA0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.19%

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

R = 34.49%
G = 40.19%
B = 25.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#DAFEA0 (or 0xDAFEA0) is known color: Reef. HEX triplet: DA, FE and A0. RGB value is (218,254,160). Sum of RGB (Red+Green+Blue) = 218+254+160=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 160 (62.89% from 255 or 25.32% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFEA0 is #25015F. Grayscale: #E8E8E8. Windows color (decimal): -2425184 or 10551002. OLE color: 10551002.

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

Color convert

RGB 218 254 160 -
CMYK 0.14 0 0.37 0.00
HSL 82.98º 0.98% 0.81% -
HSV(B) 82.98º 0.37% 1% -
XYZ 70.7 88.33 46.58 -
YUV 232.52 87.07 117.64 -
System Red Green Blue C M Y K H S L
Decimal 218 254 160 0.14 0 0.37 0.00 82.98 0.98 0.81
Hex DA FE A0 E 0 25 0 53 62 51
Octal 332 376 240 16 0 45 0 123 142 121
Binary 11011010 11111110 10100000 1110 0 100101 0 1010011 1100010 1010001

Color Harmonies of #DAFEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFEA0

Black with #DAFEA0

Text Example


Text Example

White with #DAFEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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