#109083

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

Shades of Dark Cyan #109083

Tints of Dark Cyan #109083

Color information

#109083 (or 0x109083) is unknown color: approx Dark Cyan. HEX triplet: 10, 90 and 83. RGB value is (16,144,131). Sum of RGB (Red+Green+Blue) = 16+144+131=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #109083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109083 is #EF6F7C. Grayscale: #686868. Windows color (decimal): -15691645 or 8622096. OLE color: 8622096.

HSL color Cylindrical-coordinate representation of color #109083: hue angle of 173.91º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109083 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB16144131-
CMYK0.8900.090.44
HSL173.91º80%31.37%-
HSV(B)173.91º88.89%56.47%-
XYZ14.2821.724.91-
YUV104.25143.0965.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.50%
GREEN value IS 144 (56.64% from 255) = 49.48%
BLUE value IS 131 (51.56% from 255) = 45.02%
R=5.50%
G=49.48%
B=45.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal161441310.8900.090.44173.918031.37
Hex10908359092Cae501f
Octal202202031310115425612037
Binary10000100100001000001110110010100110110010101110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109083; }

 p { color: rgb(16,144,131); }

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

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

 a { background-color: rgb(16,144,131); }

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

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

 span { border-color: rgb(16,144,131); }

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