#13898A

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

Shades of Dark Cyan #13898A

Tints of Dark Cyan #13898A

Color information

#13898A (or 0x13898A) is unknown color: approx Dark Cyan. HEX triplet: 13, 89 and 8A. RGB value is (19,137,138). Sum of RGB (Red+Green+Blue) = 19+137+138=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #13898A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13898A is #EC7675. Grayscale: #656565. Windows color (decimal): -15496822 or 9079059. OLE color: 9079059.

HSL color Cylindrical-coordinate representation of color #13898A: hue angle of 180.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13898A is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB19137138-
CMYK0.860.0100.46
HSL180.5º75.8%30.78%-
HSV(B)180.5º86.23%54.12%-
XYZ13.819.8627.15-
YUV101.83148.4168.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.46%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=6.46%
G=46.60%
B=46.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal191371380.860.0100.46180.575.830.78
Hex13898A56102Eb54c1f
Octal23211212126105626511437
Binary10011100010011000101010101101010111010110101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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