#12888A

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

Shades of Dark Cyan #12888A

Tints of Dark Cyan #12888A

Color information

#12888A (or 0x12888A) is unknown color: approx Dark Cyan. HEX triplet: 12, 88 and 8A. RGB value is (18,136,138). Sum of RGB (Red+Green+Blue) = 18+136+138=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #12888A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12888A is #ED7775. Grayscale: #646464. Windows color (decimal): -15562614 or 9078802. OLE color: 9078802.

HSL color Cylindrical-coordinate representation of color #12888A: hue angle of 181º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12888A is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB18136138-
CMYK0.870.0100.46
HSL181º76.92%30.59%-
HSV(B)181º86.96%54.12%-
XYZ13.6419.5727.1-
YUV100.95148.9168.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.16%
GREEN value IS 136 (53.52% from 255) = 46.58%
BLUE value IS 138 (54.30% from 255) = 47.26%
R=6.16%
G=46.58%
B=47.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181361380.870.0100.4618176.9230.59
Hex12888A57102Eb54d1f
Octal22210212127105626511537
Binary10010100010001000101010101111010111010110101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12888A; }

 p { color: rgb(18,136,138); }

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

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

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

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

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

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

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