Html Css Color HEX #119CAA Pelorous

📋 copy color: '#119CAA'

red 17 ◦ green 156 ◦ blue 170

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

Shades of Pelorous #119CAA

Tints of Pelorous #119CAA

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.8% from 255) = 49.56%

R = 4.96%
G = 45.48%
B = 49.56%

CMYK

 C value IS 0.9

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#119CAA (or 0x119CAA) is known color: 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

RGB 17 156 170 -
CMYK 0.9 0.08 0 0.33
HSL 185.49º 0.82% 0.37% -
HSV(B) 185.49º 0.9% 0.67% -
XYZ 19.38 26.8 42.18 -
YUV 116.04 158.45 57.36 -
System Red Green Blue C M Y K H S L
Decimal 17 156 170 0.9 0.08 0 0.33 185.49 0.82 0.37
Hex 11 9C AA 5A 8 0 21 B9 52 25
Octal 21 234 252 132 10 0 41 271 122 45
Binary 10001 10011100 10101010 1011010 1000 0 100001 10111001 1010010 100101

Color Harmonies of #119CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119CAA

Black with #119CAA

Text Example


Text Example

White with #119CAA

Text Example


Text Example

HTML Codes & Css Web 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>