Html Css Color HEX #128C98 Eastern Blue

📋 copy color: '#128C98'

red 18 ◦ green 140 ◦ blue 152

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

Shades of Eastern Blue #128C98

Tints of Eastern Blue #128C98

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.16%

 BLUE value IS 152 (59.77% from 255) = 49.03%

R = 5.81%
G = 45.16%
B = 49.03%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#128C98 (or 0x128C98) is known color: Eastern Blue. HEX triplet: 12, 8C and 98. RGB value is (18,140,152). Sum of RGB (Red+Green+Blue) = 18+140+152=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #128C98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128C98 is #ED7367. Grayscale: #686868. Windows color (decimal): -15561576 or 9997330. OLE color: 9997330.

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

Color convert

RGB 18 140 152 -
CMYK 0.88 0.08 0 0.40
HSL 185.37º 0.79% 0.33% -
HSV(B) 185.37º 0.88% 0.6% -
XYZ 15.3 21.15 32.98 -
YUV 104.89 154.58 66.02 -
System Red Green Blue C M Y K H S L
Decimal 18 140 152 0.88 0.08 0 0.40 185.37 0.79 0.33
Hex 12 8C 98 58 8 0 28 B9 4F 21
Octal 22 214 230 130 10 0 50 271 117 41
Binary 10010 10001100 10011000 1011000 1000 0 101000 10111001 1001111 100001

Color Harmonies of #128C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128C98

Black with #128C98

Text Example


Text Example

White with #128C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,140,152); }

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

background-color css

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

 a { background-color: rgb(18,140,152); }

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

border-color css

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

 span { border-color: rgb(18,140,152); }

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