Html Css Color HEX #128B99 Eastern Blue

📋 copy color: '#128B99'

red 18 ◦ green 139 ◦ blue 153

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

Shades of Eastern Blue #128B99

Tints of Eastern Blue #128B99

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.84%

 BLUE value IS 153 (60.16% from 255) = 49.35%

R = 5.81%
G = 44.84%
B = 49.35%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#128B99 (or 0x128B99) is known color: Eastern Blue. HEX triplet: 12, 8B and 99. RGB value is (18,139,153). Sum of RGB (Red+Green+Blue) = 18+139+153=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #128B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128B99 is #ED7466. Grayscale: #686868. Windows color (decimal): -15561831 or 10062610. OLE color: 10062610.

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

Color convert

RGB 18 139 153 -
CMYK 0.88 0.09 0 0.4
HSL 186.22º 0.79% 0.34% -
HSV(B) 186.22º 0.88% 0.6% -
XYZ 15.23 20.89 33.37 -
YUV 104.42 155.41 66.36 -
System Red Green Blue C M Y K H S L
Decimal 18 139 153 0.88 0.09 0 0.4 186.22 0.79 0.34
Hex 12 8B 99 58 9 0 28 BA 4F 22
Octal 22 213 231 130 11 0 50 272 117 42
Binary 10010 10001011 10011001 1011000 1001 0 101000 10111010 1001111 100010

Color Harmonies of #128B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128B99

Black with #128B99

Text Example


Text Example

White with #128B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,139,153); }

 H1.HeaderClassName
 {
   color: #128B99;
 }
 .AnyTagClassName
 {
   color: #128B99;
 }
</style>

background-color css

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

 a { background-color: rgb(18,139,153); }

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

border-color css

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

 span { border-color: rgb(18,139,153); }

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