#138B80

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

Shades of Dark Cyan #138B80

Tints of Dark Cyan #138B80

Color information

#138B80 (or 0x138B80) is unknown color: approx Dark Cyan. HEX triplet: 13, 8B and 80. RGB value is (19,139,128). Sum of RGB (Red+Green+Blue) = 19+139+128=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #138B80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138B80 is #EC747F. Grayscale: #656565. Windows color (decimal): -15496320 or 8424211. OLE color: 8424211.

HSL color Cylindrical-coordinate representation of color #138B80: hue angle of 174.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138B80 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB19139128-
CMYK0.8600.080.45
HSL174.5º75.95%30.98%-
HSV(B)174.5º86.33%54.51%-
XYZ13.420.1623.61-
YUV101.87142.7468.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.64%
GREEN value IS 139 (54.69% from 255) = 48.60%
BLUE value IS 128 (50.39% from 255) = 44.76%
R=6.64%
G=48.60%
B=44.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191391280.8600.080.45174.575.9530.98
Hex138B8056082Dae4c1f
Octal232132001260105525611437
Binary10011100010111000000010101100100010110110101110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,139,128); }

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

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

 a { background-color: rgb(19,139,128); }

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

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

 span { border-color: rgb(19,139,128); }

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