Html Css Color HEX #DBF9AA Reef

📋 copy color: '#DBF9AA'

red 219 ◦ green 249 ◦ blue 170

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

Shades of Reef #DBF9AA

Tints of Reef #DBF9AA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.03%

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

R = 34.33%
G = 39.03%
B = 26.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#DBF9AA (or 0xDBF9AA) is known color: Reef. HEX triplet: DB, F9 and AA. RGB value is (219,249,170). Sum of RGB (Red+Green+Blue) = 219+249+170=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF9AA is #240655. Grayscale: #E7E7E7. Windows color (decimal): -2360918 or 11205083. OLE color: 11205083.

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

Color convert

RGB 219 249 170 -
CMYK 0.12 0 0.32 0.02
HSL 82.78º 0.87% 0.82% -
HSV(B) 82.78º 0.32% 0.98% -
XYZ 70.34 85.71 50.87 -
YUV 231.02 93.56 119.42 -
System Red Green Blue C M Y K H S L
Decimal 219 249 170 0.12 0 0.32 0.02 82.78 0.87 0.82
Hex DB F9 AA C 0 20 2 53 57 52
Octal 333 371 252 14 0 40 2 123 127 122
Binary 11011011 11111001 10101010 1100 0 100000 10 1010011 1010111 1010010

Color Harmonies of #DBF9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF9AA

Black with #DBF9AA

Text Example


Text Example

White with #DBF9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF9AA; }

 p { color: rgb(219,249,170); }

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

background-color css

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

 a { background-color: rgb(219,249,170); }

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

border-color css

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

 span { border-color: rgb(219,249,170); }

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