Html Css Color HEX #128F99 Eastern Blue

📋 copy color: '#128F99'

red 18 ◦ green 143 ◦ blue 153

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

Shades of Eastern Blue #128F99

Tints of Eastern Blue #128F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.54%

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

R = 5.73%
G = 45.54%
B = 48.73%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#128F99 (or 0x128F99) is known color: Eastern Blue. HEX triplet: 12, 8F and 99. RGB value is (18,143,153). Sum of RGB (Red+Green+Blue) = 18+143+153=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #128F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128F99 is #ED7066. Grayscale: #6A6A6A. Windows color (decimal): -15560807 or 10063634. OLE color: 10063634.

HSL color Cylindrical-coordinate representation of color #128F99: hue angle of 184.44º 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 #128F99 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 143 153 -
CMYK 0.88 0.07 0 0.4
HSL 184.44º 0.79% 0.34% -
HSV(B) 184.44º 0.88% 0.6% -
XYZ 15.82 22.07 33.56 -
YUV 106.77 154.09 64.69 -
System Red Green Blue C M Y K H S L
Decimal 18 143 153 0.88 0.07 0 0.4 184.44 0.79 0.34
Hex 12 8F 99 58 7 0 28 B8 4F 22
Octal 22 217 231 130 7 0 50 270 117 42
Binary 10010 10001111 10011001 1011000 111 0 101000 10111000 1001111 100010

Color Harmonies of #128F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128F99

Black with #128F99

Text Example


Text Example

White with #128F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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