Html Css Color HEX #13828A Dark Cyan

📋 copy color: '#13828A'

red 19 ◦ green 130 ◦ blue 138

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

Shades of Dark Cyan #13828A

Tints of Dark Cyan #13828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.08%

R = 6.62%
G = 45.3%
B = 48.08%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#13828A (or 0x13828A) is known color: Dark Cyan. HEX triplet: 13, 82 and 8A. RGB value is (19,130,138). Sum of RGB (Red+Green+Blue) = 19+130+138=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #13828A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13828A is #EC7D75. Grayscale: #616161. Windows color (decimal): -15498614 or 9077267. OLE color: 9077267.

HSL color Cylindrical-coordinate representation of color #13828A: hue angle of 184.03º 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 #13828A is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 130 138 -
CMYK 0.86 0.06 0 0.46
HSL 184.03º 0.76% 0.31% -
HSV(B) 184.03º 0.86% 0.54% -
XYZ 12.84 17.94 26.83 -
YUV 97.72 150.73 71.85 -
System Red Green Blue C M Y K H S L
Decimal 19 130 138 0.86 0.06 0 0.46 184.03 0.76 0.31
Hex 13 82 8A 56 6 0 2E B8 4C 1F
Octal 23 202 212 126 6 0 56 270 114 37
Binary 10011 10000010 10001010 1010110 110 0 101110 10111000 1001100 11111

Color Harmonies of #13828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13828A

Black with #13828A

Text Example


Text Example

White with #13828A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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