#138D93

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

Shades of Dark Cyan #138D93

Tints of Dark Cyan #138D93

Color information

#138D93 (or 0x138D93) is unknown color: approx Dark Cyan. HEX triplet: 13, 8D and 93. RGB value is (19,141,147). Sum of RGB (Red+Green+Blue) = 19+141+147=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #138D93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138D93 is #EC726C. Grayscale: #696969. Windows color (decimal): -15495789 or 9669907. OLE color: 9669907.

HSL color Cylindrical-coordinate representation of color #138D93: hue angle of 182.81º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D93 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB19141147-
CMYK0.870.0400.42
HSL182.81º77.11%32.55%-
HSV(B)182.81º87.07%57.65%-
XYZ15.0621.2930.92-
YUV105.21151.5866.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.19%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 147 (57.81% from 255) = 47.88%
R=6.19%
G=45.93%
B=47.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191411470.870.0400.42182.8177.1132.55
Hex138D9357402Ab74d21
Octal23215223127405226711541
Binary10011100011011001001110101111000101010101101111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,141,147); }

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

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

 a { background-color: rgb(19,141,147); }

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

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

 span { border-color: rgb(19,141,147); }

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