Html Css Color HEX #128688 Dark Cyan

📋 copy color: '#128688'

red 18 ◦ green 134 ◦ blue 136

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

Shades of Dark Cyan #128688

Tints of Dark Cyan #128688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.22%

R = 6.25%
G = 46.53%
B = 47.22%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#128688 (or 0x128688) is known color: Dark Cyan. HEX triplet: 12, 86 and 88. RGB value is (18,134,136). Sum of RGB (Red+Green+Blue) = 18+134+136=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #128688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128688 is #ED7977. Grayscale: #636363. Windows color (decimal): -15563128 or 8947218. OLE color: 8947218.

HSL color Cylindrical-coordinate representation of color #128688: hue angle of 181.02º degrees, saturation: 0.77, 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 #128688 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 134 136 -
CMYK 0.87 0.01 0 0.47
HSL 181.02º 0.77% 0.3% -
HSV(B) 181.02º 0.87% 0.53% -
XYZ 13.22 18.96 26.25 -
YUV 99.54 148.57 69.84 -
System Red Green Blue C M Y K H S L
Decimal 18 134 136 0.87 0.01 0 0.47 181.02 0.77 0.3
Hex 12 86 88 57 1 0 2F B5 4D 1E
Octal 22 206 210 127 1 0 57 265 115 36
Binary 10010 10000110 10001000 1010111 1 0 101111 10110101 1001101 11110

Color Harmonies of #128688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128688

Black with #128688

Text Example


Text Example

White with #128688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128688; }

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

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

background-color css

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

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

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

border-color css

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

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

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