#138090

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

Shades of Dark Cyan #138090

Tints of Dark Cyan #138090

Color information

#138090 (or 0x138090) is unknown color: approx Dark Cyan. HEX triplet: 13, 80 and 90. RGB value is (19,128,144). Sum of RGB (Red+Green+Blue) = 19+128+144=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #138090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138090 is #EC7F6F. Grayscale: #616161. Windows color (decimal): -15499120 or 9469971. OLE color: 9469971.

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

Color convert

RGB19128144-
CMYK0.870.1100.44
HSL187.68º76.69%31.96%-
HSV(B)187.68º86.81%56.47%-
XYZ13.0217.5929.09-
YUV97.23154.3972.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.53%
GREEN value IS 128 (50.39% from 255) = 43.99%
BLUE value IS 144 (56.64% from 255) = 49.48%
R=6.53%
G=43.99%
B=49.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191281440.870.1100.44187.6876.6931.96
Hex13809057B02Cbc4d20
Octal232002201271305427411540
Binary100111000000010010000101011110110101100101111001001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138090; }

 p { color: rgb(19,128,144); }

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

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

 a { background-color: rgb(19,128,144); }

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

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

 span { border-color: rgb(19,128,144); }

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