Html Css Color HEX #AFDBA0 Madang

📋 copy color: '#AFDBA0'

red 175 ◦ green 219 ◦ blue 160

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

Shades of Madang #AFDBA0

Tints of Madang #AFDBA0

RGB

 RED value IS 175 (68.75% from 255) = 31.59%

 GREEN value IS 219 (85.94% from 255) = 39.53%

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

R = 31.59%
G = 39.53%
B = 28.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#AFDBA0 (or 0xAFDBA0) is known color: Madang. HEX triplet: AF, DB and A0. RGB value is (175,219,160). Sum of RGB (Red+Green+Blue) = 175+219+160=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDBA0 is #50245F. Grayscale: #C7C7C7. Windows color (decimal): -5252192 or 10541999. OLE color: 10541999.

HSL color Cylindrical-coordinate representation of color #AFDBA0: hue angle of 104.75º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFDBA0 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 160 -
CMYK 0.20 0 0.27 0.14
HSL 104.75º 0.45% 0.74% -
HSV(B) 104.75º 0.27% 0.86% -
XYZ 49.36 62.32 42.68 -
YUV 199.12 105.92 110.8 -
System Red Green Blue C M Y K H S L
Decimal 175 219 160 0.20 0 0.27 0.14 104.75 0.45 0.74
Hex AF DB A0 14 0 1B E 69 2D 4A
Octal 257 333 240 24 0 33 16 151 55 112
Binary 10101111 11011011 10100000 10100 0 11011 1110 1101001 101101 1001010

Color Harmonies of #AFDBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDBA0

Black with #AFDBA0

Text Example


Text Example

White with #AFDBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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