Html Css Color HEX #13828E Dark Cyan

📋 copy color: '#13828E'

red 19 ◦ green 130 ◦ blue 142

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

Shades of Dark Cyan #13828E

Tints of Dark Cyan #13828E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.67%

 BLUE value IS 142 (55.86% from 255) = 48.8%

R = 6.53%
G = 44.67%
B = 48.8%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#13828E (or 0x13828E) is known color: Dark Cyan. HEX triplet: 13, 82 and 8E. RGB value is (19,130,142). Sum of RGB (Red+Green+Blue) = 19+130+142=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #13828E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13828E is #EC7D71. Grayscale: #626262. Windows color (decimal): -15498610 or 9339411. OLE color: 9339411.

HSL color Cylindrical-coordinate representation of color #13828E: hue angle of 185.85º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13828E is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 130 142 -
CMYK 0.87 0.08 0 0.44
HSL 185.85º 0.76% 0.32% -
HSV(B) 185.85º 0.87% 0.56% -
XYZ 13.13 18.06 28.38 -
YUV 98.18 152.73 71.52 -
System Red Green Blue C M Y K H S L
Decimal 19 130 142 0.87 0.08 0 0.44 185.85 0.76 0.32
Hex 13 82 8E 57 8 0 2C BA 4C 20
Octal 23 202 216 127 10 0 54 272 114 40
Binary 10011 10000010 10001110 1010111 1000 0 101100 10111010 1001100 100000

Color Harmonies of #13828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13828E

Black with #13828E

Text Example


Text Example

White with #13828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13828E; }

 p { color: rgb(19,130,142); }

 H1.HeaderClassName
 {
   color: #13828E;
 }
 .AnyTagClassName
 {
   color: #13828E;
 }
</style>

background-color css

<style>
 a { background-color: #13828E; }

 a { background-color: rgb(19,130,142); }

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

border-color css

<style>
 span { border-color: #13828E; }

 span { border-color: rgb(19,130,142); }

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