#138B81

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

Shades of Dark Cyan #138B81

Tints of Dark Cyan #138B81

Color information

#138B81 (or 0x138B81) is unknown color: approx Dark Cyan. HEX triplet: 13, 8B and 81. RGB value is (19,139,129). Sum of RGB (Red+Green+Blue) = 19+139+129=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #138B81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138B81 is #EC747E. Grayscale: #656565. Windows color (decimal): -15496319 or 8489747. OLE color: 8489747.

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

Color convert

RGB19139129-
CMYK0.8600.070.45
HSL175º75.95%30.98%-
HSV(B)175º86.33%54.51%-
XYZ13.4620.1923.96-
YUV101.98143.2468.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.62%
GREEN value IS 139 (54.69% from 255) = 48.43%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=6.62%
G=48.43%
B=44.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191391290.8600.070.4517575.9530.98
Hex138B8156072Daf4c1f
Octal23213201126075525711437
Binary1001110001011100000011010110011110110110101111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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