#128F8A

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

Shades of Dark Cyan #128F8A

Tints of Dark Cyan #128F8A

Color information

#128F8A (or 0x128F8A) is unknown color: approx Dark Cyan. HEX triplet: 12, 8F and 8A. RGB value is (18,143,138). Sum of RGB (Red+Green+Blue) = 18+143+138=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 143 - color contains mainly: green. Hex color #128F8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128F8A is #ED7075. Grayscale: #686868. Windows color (decimal): -15560822 or 9080594. OLE color: 9080594.

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

Color convert

RGB18143138-
CMYK0.8700.030.44
HSL177.6º77.64%31.57%-
HSV(B)177.6º87.41%56.08%-
XYZ14.6621.6127.44-
YUV105.06146.5965.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.02%
GREEN value IS 143 (56.25% from 255) = 47.83%
BLUE value IS 138 (54.30% from 255) = 46.15%
R=6.02%
G=47.83%
B=46.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181431380.8700.030.44177.677.6431.57
Hex128F8A57032Cb24e20
Octal22217212127035426211640
Binary1001010001111100010101010111011101100101100101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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