#10838D

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

Shades of Dark Cyan #10838D

Tints of Dark Cyan #10838D

Color information

#10838D (or 0x10838D) is unknown color: approx Dark Cyan. HEX triplet: 10, 83 and 8D. RGB value is (16,131,141). Sum of RGB (Red+Green+Blue) = 16+131+141=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #10838D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10838D is #EF7C72. Grayscale: #616161. Windows color (decimal): -15694963 or 9274128. OLE color: 9274128.

HSL color Cylindrical-coordinate representation of color #10838D: hue angle of 184.8º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10838D is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB16131141-
CMYK0.890.0700.45
HSL184.8º79.62%30.78%-
HSV(B)184.8º88.65%55.29%-
XYZ13.1418.2728.03-
YUV97.76152.469.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.56%
GREEN value IS 131 (51.56% from 255) = 45.49%
BLUE value IS 141 (55.47% from 255) = 48.96%
R=5.56%
G=45.49%
B=48.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal161311410.890.0700.45184.879.6230.78
Hex10838D59702Db9501f
Octal20203215131705527112037
Binary1000010000011100011011011001111010110110111001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10838D; }

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

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

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

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

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

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

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

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