Html Css Color HEX #AFEBA5 Madang

📋 copy color: '#AFEBA5'

red 175 ◦ green 235 ◦ blue 165

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

Shades of Madang #AFEBA5

Tints of Madang #AFEBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.7%

R = 30.43%
G = 40.87%
B = 28.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#AFEBA5 (or 0xAFEBA5) is known color: Madang. HEX triplet: AF, EB and A5. RGB value is (175,235,165). Sum of RGB (Red+Green+Blue) = 175+235+165=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBA5 is #50145A. Grayscale: #D1D1D1. Windows color (decimal): -5248091 or 10873775. OLE color: 10873775.

HSL color Cylindrical-coordinate representation of color #AFEBA5: hue angle of 111.43º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFEBA5 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 165 -
CMYK 0.26 0 0.30 0.08
HSL 111.43º 0.64% 0.78% -
HSV(B) 111.43º 0.3% 0.92% -
XYZ 54.18 71.25 46.49 -
YUV 209.08 103.12 103.69 -
System Red Green Blue C M Y K H S L
Decimal 175 235 165 0.26 0 0.30 0.08 111.43 0.64 0.78
Hex AF EB A5 1A 0 1E 8 6F 40 4E
Octal 257 353 245 32 0 36 10 157 100 116
Binary 10101111 11101011 10100101 11010 0 11110 1000 1101111 1000000 1001110

Color Harmonies of #AFEBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBA5

Black with #AFEBA5

Text Example


Text Example

White with #AFEBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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