Html Css Color HEX #AFEBA6 Madang

📋 copy color: '#AFEBA6'

red 175 ◦ green 235 ◦ blue 166

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

Shades of Madang #AFEBA6

Tints of Madang #AFEBA6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.8%

 BLUE value IS 166 (65.23% from 255) = 28.82%

R = 30.38%
G = 40.8%
B = 28.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#AFEBA6 (or 0xAFEBA6) is known color: Madang. HEX triplet: AF, EB and A6. RGB value is (175,235,166). Sum of RGB (Red+Green+Blue) = 175+235+166=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 166 (65.23% from 255 or 28.82% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBA6 is #501459. Grayscale: #D1D1D1. Windows color (decimal): -5248090 or 10939311. OLE color: 10939311.

HSL color Cylindrical-coordinate representation of color #AFEBA6: hue angle of 112.17º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFEBA6 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 166 -
CMYK 0.26 0 0.29 0.08
HSL 112.17º 0.63% 0.79% -
HSV(B) 112.17º 0.29% 0.92% -
XYZ 54.27 71.28 46.98 -
YUV 209.19 103.62 103.61 -
System Red Green Blue C M Y K H S L
Decimal 175 235 166 0.26 0 0.29 0.08 112.17 0.63 0.79
Hex AF EB A6 1A 0 1D 8 70 3F 4F
Octal 257 353 246 32 0 35 10 160 77 117
Binary 10101111 11101011 10100110 11010 0 11101 1000 1110000 111111 1001111

Color Harmonies of #AFEBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBA6

Black with #AFEBA6

Text Example


Text Example

White with #AFEBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBA6; }

 p { color: rgb(175,235,166); }

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

background-color css

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

 a { background-color: rgb(175,235,166); }

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

border-color css

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

 span { border-color: rgb(175,235,166); }

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