Html Css Color HEX #13938C Dark Cyan

📋 copy color: '#13938C'

red 19 ◦ green 147 ◦ blue 140

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

Shades of Dark Cyan #13938C

Tints of Dark Cyan #13938C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.04%

 BLUE value IS 140 (55.08% from 255) = 45.75%

R = 6.21%
G = 48.04%
B = 45.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#13938C (or 0x13938C) is known color: Dark Cyan. HEX triplet: 13, 93 and 8C. RGB value is (19,147,140). Sum of RGB (Red+Green+Blue) = 19+147+140=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #13938C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13938C is #EC6C73. Grayscale: #6B6B6B. Windows color (decimal): -15494260 or 9212691. OLE color: 9212691.

HSL color Cylindrical-coordinate representation of color #13938C: hue angle of 176.72º 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 #13938C is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 147 140 -
CMYK 0.87 0 0.05 0.42
HSL 176.72º 0.77% 0.33% -
HSV(B) 176.72º 0.87% 0.58% -
XYZ 15.44 22.9 28.42 -
YUV 107.93 146.09 64.57 -
System Red Green Blue C M Y K H S L
Decimal 19 147 140 0.87 0 0.05 0.42 176.72 0.77 0.33
Hex 13 93 8C 57 0 5 2A B1 4D 21
Octal 23 223 214 127 0 5 52 261 115 41
Binary 10011 10010011 10001100 1010111 0 101 101010 10110001 1001101 100001

Color Harmonies of #13938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13938C

Black with #13938C

Text Example


Text Example

White with #13938C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13938C;
 }
 .AnyTagClassName
 {
   color: #13938C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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