Html Css Color HEX #11A0AD Pelorous

📋 copy color: '#11A0AD'

red 17 ◦ green 160 ◦ blue 173

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

Shades of Pelorous #11A0AD

Tints of Pelorous #11A0AD

RGB

 RED value IS 17 (7.03% from 255) = 4.86%

 GREEN value IS 160 (62.89% from 255) = 45.71%

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 4.86%
G = 45.71%
B = 49.43%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#11A0AD (or 0x11A0AD) is known color: Pelorous. HEX triplet: 11, A0 and AD. RGB value is (17,160,173). Sum of RGB (Red+Green+Blue) = 17+160+173=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #11A0AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A0AD is #EE5F52. Grayscale: #767676. Windows color (decimal): -15621971 or 11378705. OLE color: 11378705.

HSL color Cylindrical-coordinate representation of color #11A0AD: hue angle of 185º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A0AD is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 160 173 -
CMYK 0.90 0.08 0 0.32
HSL 185º 0.82% 0.37% -
HSV(B) 185º 0.9% 0.68% -
XYZ 20.34 28.28 43.92 -
YUV 118.73 158.62 55.44 -
System Red Green Blue C M Y K H S L
Decimal 17 160 173 0.90 0.08 0 0.32 185 0.82 0.37
Hex 11 A0 AD 5A 8 0 20 B9 52 25
Octal 21 240 255 132 10 0 40 271 122 45
Binary 10001 10100000 10101101 1011010 1000 0 100000 10111001 1010010 100101

Color Harmonies of #11A0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A0AD

Black with #11A0AD

Text Example


Text Example

White with #11A0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11A0AD; }

 p { color: rgb(17,160,173); }

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

background-color css

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

 a { background-color: rgb(17,160,173); }

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

border-color css

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

 span { border-color: rgb(17,160,173); }

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