Html Css Color HEX #119CAB Pelorous

📋 copy color: '#119CAB'

red 17 ◦ green 156 ◦ blue 171

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

Shades of Pelorous #119CAB

Tints of Pelorous #119CAB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.35%

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

R = 4.94%
G = 45.35%
B = 49.71%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#119CAB (or 0x119CAB) is known color: Pelorous. HEX triplet: 11, 9C and AB. RGB value is (17,156,171). Sum of RGB (Red+Green+Blue) = 17+156+171=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #119CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119CAB is #EE6354. Grayscale: #737373. Windows color (decimal): -15622997 or 11246609. OLE color: 11246609.

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

Color convert

RGB 17 156 171 -
CMYK 0.90 0.09 0 0.33
HSL 185.84º 0.82% 0.37% -
HSV(B) 185.84º 0.9% 0.67% -
XYZ 19.47 26.84 42.68 -
YUV 116.15 158.95 57.28 -
System Red Green Blue C M Y K H S L
Decimal 17 156 171 0.90 0.09 0 0.33 185.84 0.82 0.37
Hex 11 9C AB 5A 9 0 21 BA 52 25
Octal 21 234 253 132 11 0 41 272 122 45
Binary 10001 10011100 10101011 1011010 1001 0 100001 10111010 1010010 100101

Color Harmonies of #119CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119CAB

Black with #119CAB

Text Example


Text Example

White with #119CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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