#DBFFAC

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

Shades of Reef #DBFFAC

Tints of Reef #DBFFAC

Color information

#DBFFAC (or 0xDBFFAC) is unknown color: approx Reef. HEX triplet: DB, FF and AC. RGB value is (219,255,172). Sum of RGB (Red+Green+Blue) = 219+255+172=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFAC is #240053. Grayscale: #EBEBEB. Windows color (decimal): -2359380 or 11337691. OLE color: 11337691.

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

Color convert

RGB219255172-
CMYK0.1400.330
HSL86.02º100%83.73%-
HSV(B)86.02º32.55%100%-
XYZ72.4289.5652.5-
YUV234.7792.57116.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.90%
GREEN value IS 255 (100% from 255) = 39.47%
BLUE value IS 172 (67.58% from 255) = 26.63%
R=33.90%
G=39.47%
B=26.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551720.1400.33086.0210083.73
HexDBFFACE0210566454
Octal333377254160410126144124
Binary110110111111111110101100111001000010101011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFAC; }

 p { color: rgb(219,255,172); }

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

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

 a { background-color: rgb(219,255,172); }

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

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

 span { border-color: rgb(219,255,172); }

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