#138788

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

Shades of Dark Cyan #138788

Tints of Dark Cyan #138788

Color information

#138788 (or 0x138788) is unknown color: approx Dark Cyan. HEX triplet: 13, 87 and 88. RGB value is (19,135,136). Sum of RGB (Red+Green+Blue) = 19+135+136=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #138788 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138788 is #EC7877. Grayscale: #646464. Windows color (decimal): -15497336 or 8947475. OLE color: 8947475.

HSL color Cylindrical-coordinate representation of color #138788: hue angle of 180.51º 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 #138788 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB19135136-
CMYK0.860.0100.47
HSL180.51º75.48%30.39%-
HSV(B)180.51º86.03%53.33%-
XYZ13.3819.2426.3-
YUV100.43148.0769.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.55%
GREEN value IS 135 (53.12% from 255) = 46.55%
BLUE value IS 136 (53.52% from 255) = 46.90%
R=6.55%
G=46.55%
B=46.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191351360.860.0100.47180.5175.4830.39
Hex13878856102Fb54b1e
Octal23207210126105726511336
Binary10011100001111000100010101101010111110110101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138788; }

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

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

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

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

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

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

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

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