Html Css Color HEX #128691 Dark Cyan

📋 copy color: '#128691'

red 18 ◦ green 134 ◦ blue 145

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

Shades of Dark Cyan #128691

Tints of Dark Cyan #128691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.82%

R = 6.06%
G = 45.12%
B = 48.82%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#128691 (or 0x128691) is known color: Dark Cyan. HEX triplet: 12, 86 and 91. RGB value is (18,134,145). Sum of RGB (Red+Green+Blue) = 18+134+145=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #128691 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128691 is #ED796E. Grayscale: #646464. Windows color (decimal): -15563119 or 9537042. OLE color: 9537042.

HSL color Cylindrical-coordinate representation of color #128691: hue angle of 185.2º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128691 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 134 145 -
CMYK 0.88 0.08 0 0.43
HSL 185.2º 0.78% 0.32% -
HSV(B) 185.2º 0.88% 0.57% -
XYZ 13.89 19.22 29.77 -
YUV 100.57 153.07 69.11 -
System Red Green Blue C M Y K H S L
Decimal 18 134 145 0.88 0.08 0 0.43 185.2 0.78 0.32
Hex 12 86 91 58 8 0 2B B9 4E 20
Octal 22 206 221 130 10 0 53 271 116 40
Binary 10010 10000110 10010001 1011000 1000 0 101011 10111001 1001110 100000

Color Harmonies of #128691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128691

Black with #128691

Text Example


Text Example

White with #128691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128691; }

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

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

background-color css

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

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

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

border-color css

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

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

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