Html Css Color HEX #DAFBAA Reef

📋 copy color: '#DAFBAA'

red 218 ◦ green 251 ◦ blue 170

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

Shades of Reef #DAFBAA

Tints of Reef #DAFBAA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.28%

 BLUE value IS 170 (66.8% from 255) = 26.6%

R = 34.12%
G = 39.28%
B = 26.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#DAFBAA (or 0xDAFBAA) is known color: Reef. HEX triplet: DA, FB and AA. RGB value is (218,251,170). Sum of RGB (Red+Green+Blue) = 218+251+170=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 170 (66.80% from 255 or 26.60% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFBAA is #250455. Grayscale: #E8E8E8. Windows color (decimal): -2425942 or 11205594. OLE color: 11205594.

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

Color convert

RGB 218 251 170 -
CMYK 0.13 0 0.32 0.02
HSL 84.44º 0.91% 0.83% -
HSV(B) 84.44º 0.32% 0.98% -
XYZ 70.67 86.8 51.06 -
YUV 231.9 93.07 118.09 -
System Red Green Blue C M Y K H S L
Decimal 218 251 170 0.13 0 0.32 0.02 84.44 0.91 0.83
Hex DA FB AA D 0 20 2 54 5B 53
Octal 332 373 252 15 0 40 2 124 133 123
Binary 11011010 11111011 10101010 1101 0 100000 10 1010100 1011011 1010011

Color Harmonies of #DAFBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBAA

Black with #DAFBAA

Text Example


Text Example

White with #DAFBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBAA; }

 p { color: rgb(218,251,170); }

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

background-color css

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

 a { background-color: rgb(218,251,170); }

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

border-color css

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

 span { border-color: rgb(218,251,170); }

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