#138C7F

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

Shades of Dark Cyan #138C7F

Tints of Dark Cyan #138C7F

Color information

#138C7F (or 0x138C7F) is unknown color: approx Dark Cyan. HEX triplet: 13, 8C and 7F. RGB value is (19,140,127). Sum of RGB (Red+Green+Blue) = 19+140+127=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 140 (55.08% from 255 or 48.95% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 140 - color contains mainly: green. Hex color #138C7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C7F is #EC7380. Grayscale: #666666. Windows color (decimal): -15496065 or 8358931. OLE color: 8358931.

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

Color convert

RGB19140127-
CMYK0.8600.090.45
HSL173.55º76.1%31.18%-
HSV(B)173.55º86.43%54.9%-
XYZ13.4820.4323.31-
YUV102.34141.9168.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.64%
GREEN value IS 140 (55.08% from 255) = 48.95%
BLUE value IS 127 (50% from 255) = 44.41%
R=6.64%
G=48.95%
B=44.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191401270.8600.090.45173.5576.131.18
Hex138C7F56092Dae4c1f
Octal232141771260115525611437
Binary1001110001100111111110101100100110110110101110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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