Html Css Color HEX #128A98 Eastern Blue

📋 copy color: '#128A98'

red 18 ◦ green 138 ◦ blue 152

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

Shades of Eastern Blue #128A98

Tints of Eastern Blue #128A98

RGB

 RED value IS 18 (7.42% from 255) = 5.84%

 GREEN value IS 138 (54.3% 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 value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#128A98 (or 0x128A98) is known color: 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

RGB 18 138 152 -
CMYK 0.88 0.09 0 0.40
HSL 186.27º 0.79% 0.33% -
HSV(B) 186.27º 0.88% 0.6% -
XYZ 15.01 20.57 32.89 -
YUV 103.72 155.24 66.86 -
System Red Green Blue C M Y K H S L
Decimal 18 138 152 0.88 0.09 0 0.40 186.27 0.79 0.33
Hex 12 8A 98 58 9 0 28 BA 4F 21
Octal 22 212 230 130 11 0 50 272 117 41
Binary 10010 10001010 10011000 1011000 1001 0 101000 10111010 1001111 100001

Color Harmonies of #128A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128A98

Black with #128A98

Text Example


Text Example

White with #128A98

Text Example


Text Example

HTML Codes & Css Web 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>