Html Css Color HEX #128686 Dark Cyan

📋 copy color: '#128686'

red 18 ◦ green 134 ◦ blue 134

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

Shades of Dark Cyan #128686

Tints of Dark Cyan #128686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.85%

R = 6.29%
G = 46.85%
B = 46.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#128686 (or 0x128686) is known color: Dark Cyan. HEX triplet: 12, 86 and 86. RGB value is (18,134,134). Sum of RGB (Red+Green+Blue) = 18+134+134=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #128686 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128686 is #ED7979. Grayscale: #636363. Windows color (decimal): -15563130 or 8816146. OLE color: 8816146.

HSL color Cylindrical-coordinate representation of color #128686: hue angle of 180º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128686 is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 134 134 -
CMYK 0.87 0 0 0.47
HSL 180º 0.76% 0.3% -
HSV(B) 180º 0.87% 0.53% -
XYZ 13.08 18.9 25.51 -
YUV 99.32 147.57 70 -
System Red Green Blue C M Y K H S L
Decimal 18 134 134 0.87 0 0 0.47 180 0.76 0.3
Hex 12 86 86 57 0 0 2F B4 4C 1E
Octal 22 206 206 127 0 0 57 264 114 36
Binary 10010 10000110 10000110 1010111 0 0 101111 10110100 1001100 11110

Color Harmonies of #128686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128686

Black with #128686

Text Example


Text Example

White with #128686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128686; }

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

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

background-color css

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

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

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

border-color css

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

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

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