#128F81

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

Shades of Dark Cyan #128F81

Tints of Dark Cyan #128F81

Color information

#128F81 (or 0x128F81) is unknown color: approx Dark Cyan. HEX triplet: 12, 8F and 81. RGB value is (18,143,129). Sum of RGB (Red+Green+Blue) = 18+143+129=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 143 (56.25% from 255 or 49.31% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 143 - color contains mainly: green. Hex color #128F81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128F81 is #ED707E. Grayscale: #676767. Windows color (decimal): -15560831 or 8490770. OLE color: 8490770.

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

Color convert

RGB18143129-
CMYK0.8700.100.44
HSL173.28º77.64%31.57%-
HSV(B)173.28º87.41%56.08%-
XYZ14.0321.3624.15-
YUV104.03142.0966.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.21%
GREEN value IS 143 (56.25% from 255) = 49.31%
BLUE value IS 129 (50.78% from 255) = 44.48%
R=6.21%
G=49.31%
B=44.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181431290.8700.100.44173.2877.6431.57
Hex128F81570A2Cad4e20
Octal222172011270125425511640
Binary100101000111110000001101011101010101100101011011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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