Html Css Color HEX #128BAB Eastern Blue

📋 copy color: '#128BAB'

red 18 ◦ green 139 ◦ blue 171

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

Shades of Eastern Blue #128BAB

Tints of Eastern Blue #128BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 5.49%
G = 42.38%
B = 52.13%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#128BAB (or 0x128BAB) is known color: Eastern Blue. HEX triplet: 12, 8B and AB. RGB value is (18,139,171). Sum of RGB (Red+Green+Blue) = 18+139+171=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #128BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128BAB is #ED7454. Grayscale: #6A6A6A. Windows color (decimal): -15561813 or 11242258. OLE color: 11242258.

HSL color Cylindrical-coordinate representation of color #128BAB: hue angle of 192.55º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #128BAB is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 139 171 -
CMYK 0.89 0.19 0 0.33
HSL 192.55º 0.81% 0.37% -
HSV(B) 192.55º 0.89% 0.67% -
XYZ 16.83 21.53 41.8 -
YUV 106.47 164.41 64.9 -
System Red Green Blue C M Y K H S L
Decimal 18 139 171 0.89 0.19 0 0.33 192.55 0.81 0.37
Hex 12 8B AB 59 13 0 21 C1 51 25
Octal 22 213 253 131 23 0 41 301 121 45
Binary 10010 10001011 10101011 1011001 10011 0 100001 11000001 1010001 100101

Color Harmonies of #128BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BAB

Black with #128BAB

Text Example


Text Example

White with #128BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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