#128E7F

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

Shades of Dark Cyan #128E7F

Tints of Dark Cyan #128E7F

Color information

#128E7F (or 0x128E7F) is unknown color: approx Dark Cyan. HEX triplet: 12, 8E and 7F. RGB value is (18,142,127). Sum of RGB (Red+Green+Blue) = 18+142+127=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 142 (55.86% from 255 or 49.48% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 142 - color contains mainly: green. Hex color #128E7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128E7F is #ED7180. Grayscale: #676767. Windows color (decimal): -15561089 or 8359442. OLE color: 8359442.

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

Color convert

RGB18142127-
CMYK0.8700.110.44
HSL172.74º77.5%31.37%-
HSV(B)172.74º87.32%55.69%-
XYZ13.7521.0123.41-
YUV103.21141.4267.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 142 (55.86% from 255) = 49.48%
BLUE value IS 127 (50% from 255) = 44.25%
R=6.27%
G=49.48%
B=44.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181421270.8700.110.44172.7477.531.37
Hex128E7F570B2Cad4e1f
Octal222161771270135425511637
Binary1001010001110111111110101110101110110010101101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,142,127); }

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

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

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

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

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

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

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