#128A98

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

Shades of Eastern Blue #128A98

Tints of Eastern Blue #128A98

Color information

#128A98 (or 0x128A98) is unknown color: approx Eastern Blue. HEX triplet: 12, 8A and 98. RGB value is (18,138,152). Sum of RGB (Red+Green+Blue) = 18+138+152=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #128A98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128A98 is #ED7567. Grayscale: #676767. Windows color (decimal): -15562088 or 9996818. OLE color: 9996818.

HSL color Cylindrical-coordinate representation of color #128A98: hue angle of 186.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128A98 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB18138152-
CMYK0.880.0900.40
HSL186.27º78.82%33.33%-
HSV(B)186.27º88.16%59.61%-
XYZ15.0120.5732.89-
YUV103.72155.2466.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 138 (54.30% from 255) = 44.81%
BLUE value IS 152 (59.77% from 255) = 49.35%
R=5.84%
G=44.81%
B=49.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181381520.880.0900.40186.2778.8233.33
Hex128A98589028ba4f21
Octal222122301301105027211741
Binary100101000101010011000101100010010101000101110101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,138,152); }

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

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

 a { background-color: rgb(18,138,152); }

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

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

 span { border-color: rgb(18,138,152); }

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