#12888D

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

Shades of Dark Cyan #12888D

Tints of Dark Cyan #12888D

Color information

#12888D (or 0x12888D) is unknown color: approx Dark Cyan. HEX triplet: 12, 88 and 8D. RGB value is (18,136,141). Sum of RGB (Red+Green+Blue) = 18+136+141=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #12888D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12888D is #ED7772. Grayscale: #656565. Windows color (decimal): -15562611 or 9275410. OLE color: 9275410.

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

Color convert

RGB18136141-
CMYK0.870.0400.45
HSL182.44º77.36%31.18%-
HSV(B)182.44º87.23%55.29%-
XYZ13.8619.6628.26-
YUV101.29150.4168.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 136 (53.52% from 255) = 46.10%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=6.10%
G=46.10%
B=47.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181361410.870.0400.45182.4477.3631.18
Hex12888D57402Db64d1f
Octal22210215127405526611537
Binary1001010001000100011011010111100010110110110110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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