#138F7F

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

Shades of Dark Cyan #138F7F

Tints of Dark Cyan #138F7F

Color information

#138F7F (or 0x138F7F) is unknown color: approx Dark Cyan. HEX triplet: 13, 8F and 7F. RGB value is (19,143,127). Sum of RGB (Red+Green+Blue) = 19+143+127=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #138F7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138F7F is #EC7080. Grayscale: #686868. Windows color (decimal): -15495297 or 8359699. OLE color: 8359699.

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

Color convert

RGB19143127-
CMYK0.8700.110.44
HSL172.26º76.54%31.76%-
HSV(B)172.26º86.71%56.08%-
XYZ13.9221.3223.46-
YUV104.1140.9267.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.57%
GREEN value IS 143 (56.25% from 255) = 49.48%
BLUE value IS 127 (50% from 255) = 43.94%
R=6.57%
G=49.48%
B=43.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191431270.8700.110.44172.2676.5431.76
Hex138F7F570B2Cac4d20
Octal232171771270135425411540
Binary10011100011111111111101011101011101100101011001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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