#128983

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

Shades of Dark Cyan #128983

Tints of Dark Cyan #128983

Color information

#128983 (or 0x128983) is unknown color: approx Dark Cyan. HEX triplet: 12, 89 and 83. RGB value is (18,137,131). Sum of RGB (Red+Green+Blue) = 18+137+131=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #128983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128983 is #ED767C. Grayscale: #646464. Windows color (decimal): -15562365 or 8620306. OLE color: 8620306.

HSL color Cylindrical-coordinate representation of color #128983: hue angle of 176.97º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128983 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB18137131-
CMYK0.8700.040.46
HSL176.97º76.77%30.39%-
HSV(B)176.97º86.86%53.73%-
XYZ13.2919.6624.57-
YUV100.74145.0868.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.29%
GREEN value IS 137 (53.91% from 255) = 47.90%
BLUE value IS 131 (51.56% from 255) = 45.80%
R=6.29%
G=47.90%
B=45.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181371310.8700.040.46176.9776.7730.39
Hex12898357042Eb14d1e
Octal22211203127045626111536
Binary1001010001001100000111010111010010111010110001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128983; }

 p { color: rgb(18,137,131); }

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

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

 a { background-color: rgb(18,137,131); }

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

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

 span { border-color: rgb(18,137,131); }

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