#13938A

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

Shades of Dark Cyan #13938A

Tints of Dark Cyan #13938A

Color information

#13938A (or 0x13938A) is unknown color: approx Dark Cyan. HEX triplet: 13, 93 and 8A. RGB value is (19,147,138). Sum of RGB (Red+Green+Blue) = 19+147+138=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #13938A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13938A is #EC6C75. Grayscale: #6B6B6B. Windows color (decimal): -15494262 or 9081619. OLE color: 9081619.

HSL color Cylindrical-coordinate representation of color #13938A: hue angle of 175.78º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13938A is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB19147138-
CMYK0.8700.060.42
HSL175.78º77.11%32.55%-
HSV(B)175.78º87.07%57.65%-
XYZ15.2922.8427.65-
YUV107.7145.0964.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.25%
GREEN value IS 147 (57.81% from 255) = 48.36%
BLUE value IS 138 (54.30% from 255) = 45.39%
R=6.25%
G=48.36%
B=45.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191471380.8700.060.42175.7877.1132.55
Hex13938A57062Ab04d21
Octal23223212127065226011541
Binary10011100100111000101010101110110101010101100001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13938A; }

 p { color: rgb(19,147,138); }

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

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

 a { background-color: rgb(19,147,138); }

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

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

 span { border-color: rgb(19,147,138); }

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