Html Css Color HEX #138289 Dark Cyan

📋 copy color: '#138289'

red 19 ◦ green 130 ◦ blue 137

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

Shades of Dark Cyan #138289

Tints of Dark Cyan #138289

RGB

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

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

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

R = 6.64%
G = 45.45%
B = 47.9%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#138289 (or 0x138289) is known color: Dark Cyan. HEX triplet: 13, 82 and 89. RGB value is (19,130,137). Sum of RGB (Red+Green+Blue) = 19+130+137=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #138289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138289 is #EC7D76. Grayscale: #616161. Windows color (decimal): -15498615 or 9011731. OLE color: 9011731.

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

Color convert

RGB 19 130 137 -
CMYK 0.86 0.05 0 0.46
HSL 183.56º 0.76% 0.31% -
HSV(B) 183.56º 0.86% 0.54% -
XYZ 12.77 17.91 26.45 -
YUV 97.61 150.23 71.93 -
System Red Green Blue C M Y K H S L
Decimal 19 130 137 0.86 0.05 0 0.46 183.56 0.76 0.31
Hex 13 82 89 56 5 0 2E B8 4C 1F
Octal 23 202 211 126 5 0 56 270 114 37
Binary 10011 10000010 10001001 1010110 101 0 101110 10111000 1001100 11111

Color Harmonies of #138289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138289

Black with #138289

Text Example


Text Example

White with #138289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138289; }

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

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

background-color css

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

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

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

border-color css

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

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

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