Html Css Color HEX #13928C Dark Cyan

📋 copy color: '#13928C'

red 19 ◦ green 146 ◦ blue 140

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

Shades of Dark Cyan #13928C

Tints of Dark Cyan #13928C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.87%

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

R = 6.23%
G = 47.87%
B = 45.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#13928C (or 0x13928C) is known color: Dark Cyan. HEX triplet: 13, 92 and 8C. RGB value is (19,146,140). Sum of RGB (Red+Green+Blue) = 19+146+140=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #13928C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13928C is #EC6D73. Grayscale: #6B6B6B. Windows color (decimal): -15494516 or 9212435. OLE color: 9212435.

HSL color Cylindrical-coordinate representation of color #13928C: hue angle of 177.17º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13928C is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 146 140 -
CMYK 0.87 0 0.04 0.43
HSL 177.17º 0.77% 0.32% -
HSV(B) 177.17º 0.87% 0.57% -
XYZ 15.28 22.59 28.37 -
YUV 107.34 146.42 64.99 -
System Red Green Blue C M Y K H S L
Decimal 19 146 140 0.87 0 0.04 0.43 177.17 0.77 0.32
Hex 13 92 8C 57 0 4 2B B1 4D 20
Octal 23 222 214 127 0 4 53 261 115 40
Binary 10011 10010010 10001100 1010111 0 100 101011 10110001 1001101 100000

Color Harmonies of #13928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13928C

Black with #13928C

Text Example


Text Example

White with #13928C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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