#128C97

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

Shades of Eastern Blue #128C97

Tints of Eastern Blue #128C97

Color information

#128C97 (or 0x128C97) is unknown color: approx Eastern Blue. HEX triplet: 12, 8C and 97. RGB value is (18,140,151). Sum of RGB (Red+Green+Blue) = 18+140+151=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #128C97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128C97 is #ED7368. Grayscale: #686868. Windows color (decimal): -15561577 or 9931794. OLE color: 9931794.

HSL color Cylindrical-coordinate representation of color #128C97: hue angle of 184.96º 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 #128C97 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB18140151-
CMYK0.880.0700.41
HSL184.96º78.7%33.14%-
HSV(B)184.96º88.08%59.22%-
XYZ15.2121.1232.55-
YUV104.78154.0866.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.83%
GREEN value IS 140 (55.08% from 255) = 45.31%
BLUE value IS 151 (59.38% from 255) = 48.87%
R=5.83%
G=45.31%
B=48.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181401510.880.0700.41184.9678.733.14
Hex128C97587029b94f21
Octal22214227130705127111741
Binary10010100011001001011110110001110101001101110011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128C97; }

 p { color: rgb(18,140,151); }

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

<style>
 a { background-color: #128C97; }

 a { background-color: rgb(18,140,151); }

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

<style>
 span { border-color: #128C97; }

 span { border-color: rgb(18,140,151); }

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