Html Css Color HEX #138587 Dark Cyan

📋 copy color: '#138587'

red 19 ◦ green 133 ◦ blue 135

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

Shades of Dark Cyan #138587

Tints of Dark Cyan #138587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.04%

R = 6.62%
G = 46.34%
B = 47.04%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#138587 (or 0x138587) is known color: Dark Cyan. HEX triplet: 13, 85 and 87. RGB value is (19,133,135). Sum of RGB (Red+Green+Blue) = 19+133+135=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #138587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138587 is #EC7A78. Grayscale: #636363. Windows color (decimal): -15497849 or 8881427. OLE color: 8881427.

HSL color Cylindrical-coordinate representation of color #138587: hue angle of 181.03º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138587 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 133 135 -
CMYK 0.86 0.01 0 0.47
HSL 181.03º 0.75% 0.3% -
HSV(B) 181.03º 0.86% 0.53% -
XYZ 13.03 18.66 25.84 -
YUV 99.14 148.23 70.84 -
System Red Green Blue C M Y K H S L
Decimal 19 133 135 0.86 0.01 0 0.47 181.03 0.75 0.3
Hex 13 85 87 56 1 0 2F B5 4B 1E
Octal 23 205 207 126 1 0 57 265 113 36
Binary 10011 10000101 10000111 1010110 1 0 101111 10110101 1001011 11110

Color Harmonies of #138587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138587

Black with #138587

Text Example


Text Example

White with #138587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138587; }

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

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

background-color css

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

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

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

border-color css

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

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

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