Html Css Color HEX #11A0AB Pelorous

📋 copy color: '#11A0AB'

red 17 ◦ green 160 ◦ blue 171

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

Shades of Pelorous #11A0AB

Tints of Pelorous #11A0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.14%

R = 4.89%
G = 45.98%
B = 49.14%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#11A0AB (or 0x11A0AB) is known color: Pelorous. HEX triplet: 11, A0 and AB. RGB value is (17,160,171). Sum of RGB (Red+Green+Blue) = 17+160+171=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #11A0AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A0AB is #EE5F54. Grayscale: #767676. Windows color (decimal): -15621973 or 11247633. OLE color: 11247633.

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

Color convert

RGB 17 160 171 -
CMYK 0.90 0.06 0 0.33
HSL 184.29º 0.82% 0.37% -
HSV(B) 184.29º 0.9% 0.67% -
XYZ 20.15 28.2 42.91 -
YUV 118.5 157.62 55.61 -
System Red Green Blue C M Y K H S L
Decimal 17 160 171 0.90 0.06 0 0.33 184.29 0.82 0.37
Hex 11 A0 AB 5A 6 0 21 B8 52 25
Octal 21 240 253 132 6 0 41 270 122 45
Binary 10001 10100000 10101011 1011010 110 0 100001 10111000 1010010 100101

Color Harmonies of #11A0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A0AB

Black with #11A0AB

Text Example


Text Example

White with #11A0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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