#138F88

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

Shades of Dark Cyan #138F88

Tints of Dark Cyan #138F88

Color information

#138F88 (or 0x138F88) is unknown color: approx Dark Cyan. HEX triplet: 13, 8F and 88. RGB value is (19,143,136). Sum of RGB (Red+Green+Blue) = 19+143+136=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 143 - color contains mainly: green. Hex color #138F88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138F88 is #EC7077. Grayscale: #696969. Windows color (decimal): -15495288 or 8949523. OLE color: 8949523.

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

Color convert

RGB19143136-
CMYK0.8700.050.44
HSL176.61º76.54%31.76%-
HSV(B)176.61º86.71%56.08%-
XYZ14.5321.5626.69-
YUV105.13145.4266.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.38%
GREEN value IS 143 (56.25% from 255) = 47.99%
BLUE value IS 136 (53.52% from 255) = 45.64%
R=6.38%
G=47.99%
B=45.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191431360.8700.050.44176.6176.5431.76
Hex138F8857052Cb14d20
Octal23217210127055426111540
Binary10011100011111000100010101110101101100101100011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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