#119CAA

Color #119CAA Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #119CAA

Tints of Pelorous #119CAA

Color information

#119CAA (or 0x119CAA) is unknown color: approx Pelorous. HEX triplet: 11, 9C and AA. RGB value is (17,156,170). Sum of RGB (Red+Green+Blue) = 17+156+170=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #119CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119CAA is #EE6355. Grayscale: #737373. Windows color (decimal): -15622998 or 11181073. OLE color: 11181073.

HSL color Cylindrical-coordinate representation of color #119CAA: hue angle of 185.49º 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 #119CAA is Cyan = 0.9, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17156170-
CMYK0.90.0800.33
HSL185.49º81.82%36.67%-
HSV(B)185.49º90%66.67%-
XYZ19.3826.842.18-
YUV116.03158.4557.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.96%
GREEN value IS 156 (61.33% from 255) = 45.48%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=4.96%
G=45.48%
B=49.56%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171561700.90.0800.33185.4981.8236.67
Hex119CAA5A8021b95225
Octal212342521321004127112245
Binary100011001110010101010101101010000100001101110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119CAA; }

 p { color: rgb(17,156,170); }

 H1.HeaderClassName
 {
   color: #119CAA;
 }
 .AnyTagClassName
 {
   color: #119CAA;
 }
</style>
background-color css

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

 a { background-color: rgb(17,156,170); }

 div.DivClassName
 {
   background-color: #119CAA;
 }
 .BgClassName
 {
   background-color: #119CAA;
 }
</style>
border-color css

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

 span { border-color: rgb(17,156,170); }

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