Html Css Color HEX #128D9D Eastern Blue

📋 copy color: '#128D9D'

red 18 ◦ green 141 ◦ blue 157

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

Shades of Eastern Blue #128D9D

Tints of Eastern Blue #128D9D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.62%

 BLUE value IS 157 (61.72% from 255) = 49.68%

R = 5.7%
G = 44.62%
B = 49.68%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#128D9D (or 0x128D9D) is known color: Eastern Blue. HEX triplet: 12, 8D and 9D. RGB value is (18,141,157). Sum of RGB (Red+Green+Blue) = 18+141+157=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #128D9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128D9D is #ED7262. Grayscale: #696969. Windows color (decimal): -15561315 or 10325266. OLE color: 10325266.

HSL color Cylindrical-coordinate representation of color #128D9D: hue angle of 186.91º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #128D9D is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 141 157 -
CMYK 0.89 0.10 0 0.38
HSL 186.91º 0.79% 0.34% -
HSV(B) 186.91º 0.89% 0.62% -
XYZ 15.86 21.61 35.23 -
YUV 106.05 156.75 65.2 -
System Red Green Blue C M Y K H S L
Decimal 18 141 157 0.89 0.10 0 0.38 186.91 0.79 0.34
Hex 12 8D 9D 59 A 0 26 BB 4F 22
Octal 22 215 235 131 12 0 46 273 117 42
Binary 10010 10001101 10011101 1011001 1010 0 100110 10111011 1001111 100010

Color Harmonies of #128D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128D9D

Black with #128D9D

Text Example


Text Example

White with #128D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,141,157); }

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

background-color css

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

 a { background-color: rgb(18,141,157); }

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

border-color css

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

 span { border-color: rgb(18,141,157); }

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