Html Css Color HEX #13898D Dark Cyan

📋 copy color: '#13898D'

red 19 ◦ green 137 ◦ blue 141

#13898D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #13898D

Tints of Dark Cyan #13898D

RGB

 RED value IS 19 (7.81% from 255) = 6.4%

 GREEN value IS 137 (53.91% from 255) = 46.13%

 BLUE value IS 141 (55.47% from 255) = 47.47%

R = 6.4%
G = 46.13%
B = 47.47%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13898D (or 0x13898D) is known color: Dark Cyan. HEX triplet: 13, 89 and 8D. RGB value is (19,137,141). Sum of RGB (Red+Green+Blue) = 19+137+141=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #13898D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13898D is #EC7672. Grayscale: #666666. Windows color (decimal): -15496819 or 9275667. OLE color: 9275667.

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

Color convert

RGB 19 137 141 -
CMYK 0.87 0.03 0 0.45
HSL 181.97º 0.76% 0.31% -
HSV(B) 181.97º 0.87% 0.55% -
XYZ 14.02 19.95 28.31 -
YUV 102.17 149.91 68.67 -
System Red Green Blue C M Y K H S L
Decimal 19 137 141 0.87 0.03 0 0.45 181.97 0.76 0.31
Hex 13 89 8D 57 3 0 2D B6 4C 1F
Octal 23 211 215 127 3 0 55 266 114 37
Binary 10011 10001001 10001101 1010111 11 0 101101 10110110 1001100 11111

Color Harmonies of #13898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13898D

Black with #13898D

Text Example


Text Example

White with #13898D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13898D;
 }
 .AnyTagClassName
 {
   color: #13898D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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