#138A85

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

Shades of Dark Cyan #138A85

Tints of Dark Cyan #138A85

Color information

#138A85 (or 0x138A85) is unknown color: approx Dark Cyan. HEX triplet: 13, 8A and 85. RGB value is (19,138,133). Sum of RGB (Red+Green+Blue) = 19+138+133=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 138 - color contains mainly: green. Hex color #138A85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138A85 is #EC757A. Grayscale: #656565. Windows color (decimal): -15496571 or 8751635. OLE color: 8751635.

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

Color convert

RGB19138133-
CMYK0.8600.040.46
HSL177.48º75.8%30.78%-
HSV(B)177.48º86.23%54.12%-
XYZ13.5920.0125.34-
YUV101.85145.5868.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.55%
GREEN value IS 138 (54.30% from 255) = 47.59%
BLUE value IS 133 (52.34% from 255) = 45.86%
R=6.55%
G=47.59%
B=45.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal191381330.8600.040.46177.4875.830.78
Hex138A8556042Eb14c1f
Octal23212205126045626111437
Binary1001110001010100001011010110010010111010110001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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