Html Css Color HEX #128389 Dark Cyan

📋 copy color: '#128389'

red 18 ◦ green 131 ◦ blue 137

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

Shades of Dark Cyan #128389

Tints of Dark Cyan #128389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.8%

 BLUE value IS 137 (53.91% from 255) = 47.9%

R = 6.29%
G = 45.8%
B = 47.9%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#128389 (or 0x128389) is known color: Dark Cyan. HEX triplet: 12, 83 and 89. RGB value is (18,131,137). Sum of RGB (Red+Green+Blue) = 18+131+137=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #128389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128389 is #ED7C76. Grayscale: #616161. Windows color (decimal): -15563895 or 9011986. OLE color: 9011986.

HSL color Cylindrical-coordinate representation of color #128389: hue angle of 183.03º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128389 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 131 137 -
CMYK 0.87 0.04 0 0.46
HSL 183.03º 0.77% 0.3% -
HSV(B) 183.03º 0.87% 0.54% -
XYZ 12.88 18.17 26.49 -
YUV 97.9 150.06 71.01 -
System Red Green Blue C M Y K H S L
Decimal 18 131 137 0.87 0.04 0 0.46 183.03 0.77 0.3
Hex 12 83 89 57 4 0 2E B7 4D 1E
Octal 22 203 211 127 4 0 56 267 115 36
Binary 10010 10000011 10001001 1010111 100 0 101110 10110111 1001101 11110

Color Harmonies of #128389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128389

Black with #128389

Text Example


Text Example

White with #128389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128389; }

 p { color: rgb(18,131,137); }

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

background-color css

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

 a { background-color: rgb(18,131,137); }

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

border-color css

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

 span { border-color: rgb(18,131,137); }

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