#138888

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

Shades of Dark Cyan #138888

Tints of Dark Cyan #138888

Color information

#138888 (or 0x138888) is unknown color: approx Dark Cyan. HEX triplet: 13, 88 and 88. RGB value is (19,136,136). Sum of RGB (Red+Green+Blue) = 19+136+136=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #138888 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138888 is #EC7777. Grayscale: #646464. Windows color (decimal): -15497080 or 8947731. OLE color: 8947731.

HSL color Cylindrical-coordinate representation of color #138888: hue angle of 180º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138888 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB19136136-
CMYK0.86000.47
HSL180º75.48%30.39%-
HSV(B)180º86.03%53.33%-
XYZ13.5219.5226.35-
YUV101.02147.7469.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.53%
GREEN value IS 136 (53.52% from 255) = 46.74%
BLUE value IS 136 (53.52% from 255) = 46.74%
R=6.53%
G=46.74%
B=46.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191361360.86000.4718075.4830.39
Hex13888856002Fb44b1e
Octal23210210126005726411336
Binary10011100010001000100010101100010111110110100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138888; }

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

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

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

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

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

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

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

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