Html Css Color HEX #DBFEA0 Reef

📋 copy color: '#DBFEA0'

red 219 ◦ green 254 ◦ blue 160

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

Shades of Reef #DBFEA0

Tints of Reef #DBFEA0

RGB

 RED value IS 219 (85.94% from 255) = 34.6%

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

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

R = 34.6%
G = 40.13%
B = 25.28%

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

#DBFEA0 (or 0xDBFEA0) is known color: Reef. HEX triplet: DB, FE and A0. RGB value is (219,254,160). Sum of RGB (Red+Green+Blue) = 219+254+160=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 160 (62.89% from 255 or 25.28% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEA0 is #24015F. Grayscale: #E9E9E9. Windows color (decimal): -2359648 or 10551003. OLE color: 10551003.

HSL color Cylindrical-coordinate representation of color #DBFEA0: hue angle of 82.34º 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 #DBFEA0 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 254 160 -
CMYK 0.14 0 0.37 0.00
HSL 82.34º 0.98% 0.81% -
HSV(B) 82.34º 0.37% 1% -
XYZ 71 88.48 46.59 -
YUV 232.82 86.9 118.14 -
System Red Green Blue C M Y K H S L
Decimal 219 254 160 0.14 0 0.37 0.00 82.34 0.98 0.81
Hex DB FE A0 E 0 25 0 52 62 51
Octal 333 376 240 16 0 45 0 122 142 121
Binary 11011011 11111110 10100000 1110 0 100101 0 1010010 1100010 1010001

Color Harmonies of #DBFEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFEA0

Black with #DBFEA0

Text Example


Text Example

White with #DBFEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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