#13838C

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

Shades of Dark Cyan #13838C

Tints of Dark Cyan #13838C

Color information

#13838C (or 0x13838C) is unknown color: approx Dark Cyan. HEX triplet: 13, 83 and 8C. RGB value is (19,131,140). Sum of RGB (Red+Green+Blue) = 19+131+140=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #13838C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13838C is #EC7C73. Grayscale: #626262. Windows color (decimal): -15498356 or 9208595. OLE color: 9208595.

HSL color Cylindrical-coordinate representation of color #13838C: hue angle of 184.46º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13838C is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB19131140-
CMYK0.860.0600.45
HSL184.46º76.1%31.18%-
HSV(B)184.46º86.43%54.9%-
XYZ13.1218.2627.64-
YUV98.54151.3971.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.55%
GREEN value IS 131 (51.56% from 255) = 45.17%
BLUE value IS 140 (55.08% from 255) = 48.28%
R=6.55%
G=45.17%
B=48.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191311400.860.0600.45184.4676.131.18
Hex13838C56602Db84c1f
Octal23203214126605527011437
Binary1001110000011100011001010110110010110110111000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13838C; }

 p { color: rgb(19,131,140); }

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

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

 a { background-color: rgb(19,131,140); }

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

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

 span { border-color: rgb(19,131,140); }

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