#10958B

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

Shades of Dark Cyan #10958B

Tints of Dark Cyan #10958B

Color information

#10958B (or 0x10958B) is unknown color: approx Dark Cyan. HEX triplet: 10, 95 and 8B. RGB value is (16,149,139). Sum of RGB (Red+Green+Blue) = 16+149+139=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #10958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10958B is #EF6A74. Grayscale: #6C6C6C. Windows color (decimal): -15690357 or 9147664. OLE color: 9147664.

HSL color Cylindrical-coordinate representation of color #10958B: hue angle of 175.49º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10958B is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB16149139-
CMYK0.8900.070.42
HSL175.49º80.61%32.35%-
HSV(B)175.49º89.26%58.43%-
XYZ15.6223.4728.13-
YUV108.09145.4462.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.26%
GREEN value IS 149 (58.59% from 255) = 49.01%
BLUE value IS 139 (54.69% from 255) = 45.72%
R=5.26%
G=49.01%
B=45.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161491390.8900.070.42175.4980.6132.35
Hex10958B59072Aaf5120
Octal20225213131075225712140
Binary10000100101011000101110110010111101010101011111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10958B; }

 p { color: rgb(16,149,139); }

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

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

 a { background-color: rgb(16,149,139); }

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

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

 span { border-color: rgb(16,149,139); }

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