Html Css Color HEX #DBF2A2 Reef

📋 copy color: '#DBF2A2'

red 219 ◦ green 242 ◦ blue 162

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

Shades of Reef #DBF2A2

Tints of Reef #DBF2A2

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.84%

 BLUE value IS 162 (63.67% from 255) = 26%

R = 35.15%
G = 38.84%
B = 26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#DBF2A2 (or 0xDBF2A2) is known color: Reef. HEX triplet: DB, F2 and A2. RGB value is (219,242,162). Sum of RGB (Red+Green+Blue) = 219+242+162=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 162 (63.67% from 255 or 26.00% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF2A2 is #240D5D. Grayscale: #E2E2E2. Windows color (decimal): -2362718 or 10679003. OLE color: 10679003.

HSL color Cylindrical-coordinate representation of color #DBF2A2: hue angle of 77.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBF2A2 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 162 -
CMYK 0.10 0 0.33 0.05
HSL 77.25º 0.75% 0.79% -
HSV(B) 77.25º 0.33% 0.95% -
XYZ 67.49 81.17 46.29 -
YUV 226 91.88 123 -
System Red Green Blue C M Y K H S L
Decimal 219 242 162 0.10 0 0.33 0.05 77.25 0.75 0.79
Hex DB F2 A2 A 0 21 5 4D 4B 4F
Octal 333 362 242 12 0 41 5 115 113 117
Binary 11011011 11110010 10100010 1010 0 100001 101 1001101 1001011 1001111

Color Harmonies of #DBF2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2A2

Black with #DBF2A2

Text Example


Text Example

White with #DBF2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2A2; }

 p { color: rgb(219,242,162); }

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

background-color css

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

 a { background-color: rgb(219,242,162); }

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

border-color css

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

 span { border-color: rgb(219,242,162); }

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