#10938E

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

Shades of Dark Cyan #10938E

Tints of Dark Cyan #10938E

Color information

#10938E (or 0x10938E) is unknown color: approx Dark Cyan. HEX triplet: 10, 93 and 8E. RGB value is (16,147,142). Sum of RGB (Red+Green+Blue) = 16+147+142=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #10938E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10938E is #EF6C71. Grayscale: #6B6B6B. Windows color (decimal): -15690866 or 9343760. OLE color: 9343760.

HSL color Cylindrical-coordinate representation of color #10938E: hue angle of 177.71º degrees, saturation: 0.8, 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 #10938E is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB16147142-
CMYK0.8900.030.42
HSL177.71º80.37%31.96%-
HSV(B)177.71º89.12%57.65%-
XYZ15.5322.9329.2-
YUV107.26147.662.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.25%
GREEN value IS 147 (57.81% from 255) = 48.20%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=5.25%
G=48.20%
B=46.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161471420.8900.030.42177.7180.3731.96
Hex10938E59032Ab25020
Octal20223216131035226212040
Binary1000010010011100011101011001011101010101100101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10938E; }

 p { color: rgb(16,147,142); }

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

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

 a { background-color: rgb(16,147,142); }

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

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

 span { border-color: rgb(16,147,142); }

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