Html Css Color HEX #128696 Eastern Blue

📋 copy color: '#128696'

red 18 ◦ green 134 ◦ blue 150

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

Shades of Eastern Blue #128696

Tints of Eastern Blue #128696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.37%

 BLUE value IS 150 (58.98% from 255) = 49.67%

R = 5.96%
G = 44.37%
B = 49.67%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#128696 (or 0x128696) is known color: Eastern Blue. HEX triplet: 12, 86 and 96. RGB value is (18,134,150). Sum of RGB (Red+Green+Blue) = 18+134+150=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #128696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128696 is #ED7969. Grayscale: #646464. Windows color (decimal): -15563114 or 9864722. OLE color: 9864722.

HSL color Cylindrical-coordinate representation of color #128696: hue angle of 187.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128696 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 134 150 -
CMYK 0.88 0.11 0 0.41
HSL 187.27º 0.79% 0.33% -
HSV(B) 187.27º 0.88% 0.59% -
XYZ 14.28 19.38 31.84 -
YUV 101.14 155.57 68.7 -
System Red Green Blue C M Y K H S L
Decimal 18 134 150 0.88 0.11 0 0.41 187.27 0.79 0.33
Hex 12 86 96 58 B 0 29 BB 4F 21
Octal 22 206 226 130 13 0 51 273 117 41
Binary 10010 10000110 10010110 1011000 1011 0 101001 10111011 1001111 100001

Color Harmonies of #128696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128696

Black with #128696

Text Example


Text Example

White with #128696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128696; }

 p { color: rgb(18,134,150); }

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

background-color css

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

 a { background-color: rgb(18,134,150); }

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

border-color css

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

 span { border-color: rgb(18,134,150); }

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