Html Css Color HEX #138589 Dark Cyan

📋 copy color: '#138589'

red 19 ◦ green 133 ◦ blue 137

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

Shades of Dark Cyan #138589

Tints of Dark Cyan #138589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.02%

 BLUE value IS 137 (53.91% from 255) = 47.4%

R = 6.57%
G = 46.02%
B = 47.4%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#138589 (or 0x138589) is known color: Dark Cyan. HEX triplet: 13, 85 and 89. RGB value is (19,133,137). Sum of RGB (Red+Green+Blue) = 19+133+137=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #138589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138589 is #EC7A76. Grayscale: #636363. Windows color (decimal): -15497847 or 9012499. OLE color: 9012499.

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

Color convert

RGB 19 133 137 -
CMYK 0.86 0.03 0 0.46
HSL 182.03º 0.76% 0.31% -
HSV(B) 182.03º 0.86% 0.54% -
XYZ 13.17 18.72 26.59 -
YUV 99.37 149.23 70.67 -
System Red Green Blue C M Y K H S L
Decimal 19 133 137 0.86 0.03 0 0.46 182.03 0.76 0.31
Hex 13 85 89 56 3 0 2E B6 4C 1F
Octal 23 205 211 126 3 0 56 266 114 37
Binary 10011 10000101 10001001 1010110 11 0 101110 10110110 1001100 11111

Color Harmonies of #138589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138589

Black with #138589

Text Example


Text Example

White with #138589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138589; }

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

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

background-color css

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

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

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

border-color css

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

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

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