Html Css Color HEX #138590 Dark Cyan

📋 copy color: '#138590'

red 19 ◦ green 133 ◦ blue 144

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

Shades of Dark Cyan #138590

Tints of Dark Cyan #138590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.65%

R = 6.42%
G = 44.93%
B = 48.65%

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

#138590 (or 0x138590) is known color: Dark Cyan. HEX triplet: 13, 85 and 90. RGB value is (19,133,144). Sum of RGB (Red+Green+Blue) = 19+133+144=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #138590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138590 is #EC7A6F. Grayscale: #646464. Windows color (decimal): -15497840 or 9471251. OLE color: 9471251.

HSL color Cylindrical-coordinate representation of color #138590: hue angle of 185.28º degrees, saturation: 0.77, 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 #138590 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 133 144 -
CMYK 0.87 0.08 0 0.44
HSL 185.28º 0.77% 0.32% -
HSV(B) 185.28º 0.87% 0.56% -
XYZ 13.69 18.93 29.32 -
YUV 100.17 152.73 70.11 -
System Red Green Blue C M Y K H S L
Decimal 19 133 144 0.87 0.08 0 0.44 185.28 0.77 0.32
Hex 13 85 90 57 8 0 2C B9 4D 20
Octal 23 205 220 127 10 0 54 271 115 40
Binary 10011 10000101 10010000 1010111 1000 0 101100 10111001 1001101 100000

Color Harmonies of #138590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138590

Black with #138590

Text Example


Text Example

White with #138590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138590; }

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

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

background-color css

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

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

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

border-color css

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

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

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