Html Css Color HEX #119EAC Pelorous

📋 copy color: '#119EAC'

red 17 ◦ green 158 ◦ blue 172

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

Shades of Pelorous #119EAC

Tints of Pelorous #119EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.53%

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 4.9%
G = 45.53%
B = 49.57%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#119EAC (or 0x119EAC) is known color: Pelorous. HEX triplet: 11, 9E and AC. RGB value is (17,158,172). Sum of RGB (Red+Green+Blue) = 17+158+172=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #119EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119EAC is #EE6153. Grayscale: #757575. Windows color (decimal): -15622484 or 11312657. OLE color: 11312657.

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

Color convert

RGB 17 158 172 -
CMYK 0.90 0.08 0 0.33
HSL 185.42º 0.82% 0.37% -
HSV(B) 185.42º 0.9% 0.67% -
XYZ 19.9 27.55 43.3 -
YUV 117.44 158.79 56.36 -
System Red Green Blue C M Y K H S L
Decimal 17 158 172 0.90 0.08 0 0.33 185.42 0.82 0.37
Hex 11 9E AC 5A 8 0 21 B9 52 25
Octal 21 236 254 132 10 0 41 271 122 45
Binary 10001 10011110 10101100 1011010 1000 0 100001 10111001 1010010 100101

Color Harmonies of #119EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EAC

Black with #119EAC

Text Example


Text Example

White with #119EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,158,172); }

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

background-color css

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

 a { background-color: rgb(17,158,172); }

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

border-color css

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

 span { border-color: rgb(17,158,172); }

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