#127C96

Color #127C96 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #127C96

Tints of Eastern Blue #127C96

Color information

#127C96 (or 0x127C96) is unknown color: approx Eastern Blue. HEX triplet: 12, 7C and 96. RGB value is (18,124,150). Sum of RGB (Red+Green+Blue) = 18+124+150=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #127C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C96 is #ED8369. Grayscale: #5F5F5F. Windows color (decimal): -15565674 or 9862162. OLE color: 9862162.

HSL color Cylindrical-coordinate representation of color #127C96: hue angle of 191.82º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127C96 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB18124150-
CMYK0.880.1700.41
HSL191.82º78.57%32.94%-
HSV(B)191.82º88%58.82%-
XYZ12.9616.7531.4-
YUV95.27158.8872.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.16%
GREEN value IS 124 (48.83% from 255) = 42.47%
BLUE value IS 150 (58.98% from 255) = 51.37%
R=6.16%
G=42.47%
B=51.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181241500.880.1700.41191.8278.5732.94
Hex127C965811029c04f21
Octal221742261302105130011741
Binary100101111100100101101011000100010101001110000001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127C96; }

 p { color: rgb(18,124,150); }

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

<style>
 a { background-color: #127C96; }

 a { background-color: rgb(18,124,150); }

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

<style>
 span { border-color: #127C96; }

 span { border-color: rgb(18,124,150); }

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