#128D84

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

Shades of Dark Cyan #128D84

Tints of Dark Cyan #128D84

Color information

#128D84 (or 0x128D84) is unknown color: approx Dark Cyan. HEX triplet: 12, 8D and 84. RGB value is (18,141,132). Sum of RGB (Red+Green+Blue) = 18+141+132=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #128D84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128D84 is #ED727B. Grayscale: #676767. Windows color (decimal): -15561340 or 8686866. OLE color: 8686866.

HSL color Cylindrical-coordinate representation of color #128D84: hue angle of 175.61º 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 #128D84 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB18141132-
CMYK0.8700.060.45
HSL175.61º77.36%31.18%-
HSV(B)175.61º87.23%55.29%-
XYZ13.9420.8425.12-
YUV103.2144.2567.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.19%
GREEN value IS 141 (55.47% from 255) = 48.45%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=6.19%
G=48.45%
B=45.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181411320.8700.060.45175.6177.3631.18
Hex128D8457062Db04d1f
Octal22215204127065526011537
Binary1001010001101100001001010111011010110110110000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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