#128D88

Color #128D88 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #128D88

Tints of Dark Cyan #128D88

Color information

#128D88 (or 0x128D88) is unknown color: approx Dark Cyan. HEX triplet: 12, 8D and 88. RGB value is (18,141,136). Sum of RGB (Red+Green+Blue) = 18+141+136=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #128D88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128D88 is #ED7277. Grayscale: #676767. Windows color (decimal): -15561336 or 8949010. OLE color: 8949010.

HSL color Cylindrical-coordinate representation of color #128D88: hue angle of 177.56º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128D88 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB18141136-
CMYK0.8700.040.45
HSL177.56º77.36%31.18%-
HSV(B)177.56º87.23%55.29%-
XYZ14.2220.9626.59-
YUV103.65146.2566.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 141 (55.47% from 255) = 47.80%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=6.10%
G=47.80%
B=46.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181411360.8700.040.45177.5677.3631.18
Hex128D8857042Db24d1f
Octal22215210127045526211537
Binary1001010001101100010001010111010010110110110010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128D88; }

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

 H1.HeaderClassName
 {
   color: #128D88;
 }
 .AnyTagClassName
 {
   color: #128D88;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #128D88;
 }
 .BgClassName
 {
   background-color: #128D88;
 }
</style>
border-color css

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

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

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