#138F89

Color #138F89 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #138F89

Tints of Dark Cyan #138F89

Color information

#138F89 (or 0x138F89) is unknown color: approx Dark Cyan. HEX triplet: 13, 8F and 89. RGB value is (19,143,137). Sum of RGB (Red+Green+Blue) = 19+143+137=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 143 - color contains mainly: green. Hex color #138F89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138F89 is #EC7076. Grayscale: #696969. Windows color (decimal): -15495287 or 9015059. OLE color: 9015059.

HSL color Cylindrical-coordinate representation of color #138F89: hue angle of 177.1º 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 #138F89 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB19143137-
CMYK0.8700.040.44
HSL177.1º76.54%31.76%-
HSV(B)177.1º86.71%56.08%-
XYZ14.6121.5927.06-
YUV105.24145.9266.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.35%
GREEN value IS 143 (56.25% from 255) = 47.83%
BLUE value IS 137 (53.91% from 255) = 45.82%
R=6.35%
G=47.83%
B=45.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191431370.8700.040.44177.176.5431.76
Hex138F8957042Cb14d20
Octal23217211127045426111540
Binary10011100011111000100110101110100101100101100011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138F89; }

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

 H1.HeaderClassName
 {
   color: #138F89;
 }
 .AnyTagClassName
 {
   color: #138F89;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #138F89;
 }
 .BgClassName
 {
   background-color: #138F89;
 }
</style>
border-color css

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

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

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