#139EAE

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

Shades of Pelorous #139EAE

Tints of Pelorous #139EAE

Color information

#139EAE (or 0x139EAE) is unknown color: approx Pelorous. HEX triplet: 13, 9E and AE. RGB value is (19,158,174). Sum of RGB (Red+Green+Blue) = 19+158+174=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #139EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139EAE is #EC6151. Grayscale: #767676. Windows color (decimal): -15491410 or 11443731. OLE color: 11443731.

HSL color Cylindrical-coordinate representation of color #139EAE: hue angle of 186.19º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139EAE is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB19158174-
CMYK0.890.0900.32
HSL186.19º80.31%37.84%-
HSV(B)186.19º89.08%68.24%-
XYZ20.1427.6544.32-
YUV118.26159.4557.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.41%
GREEN value IS 158 (62.11% from 255) = 45.01%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=5.41%
G=45.01%
B=49.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191581740.890.0900.32186.1980.3137.84
Hex139EAE599020ba5026
Octal232362561311104027212046
Binary100111001111010101110101100110010100000101110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139EAE; }

 p { color: rgb(19,158,174); }

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

<style>
 a { background-color: #139EAE; }

 a { background-color: rgb(19,158,174); }

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

<style>
 span { border-color: #139EAE; }

 span { border-color: rgb(19,158,174); }

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