#128F85

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

Shades of Dark Cyan #128F85

Tints of Dark Cyan #128F85

Color information

#128F85 (or 0x128F85) is unknown color: approx Dark Cyan. HEX triplet: 12, 8F and 85. RGB value is (18,143,133). Sum of RGB (Red+Green+Blue) = 18+143+133=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 143 (56.25% from 255 or 48.64% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 143 - color contains mainly: green. Hex color #128F85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128F85 is #ED707A. Grayscale: #686868. Windows color (decimal): -15560827 or 8752914. OLE color: 8752914.

HSL color Cylindrical-coordinate representation of color #128F85: hue angle of 175.2º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128F85 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB18143133-
CMYK0.8700.070.44
HSL175.2º77.64%31.57%-
HSV(B)175.2º87.41%56.08%-
XYZ14.3121.4725.58-
YUV104.48144.0966.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.12%
GREEN value IS 143 (56.25% from 255) = 48.64%
BLUE value IS 133 (52.34% from 255) = 45.24%
R=6.12%
G=48.64%
B=45.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181431330.8700.070.44175.277.6431.57
Hex128F8557072Caf4e20
Octal22217205127075425711640
Binary10010100011111000010110101110111101100101011111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,143,133); }

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

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

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

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

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

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

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