#12878A

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

Shades of Dark Cyan #12878A

Tints of Dark Cyan #12878A

Color information

#12878A (or 0x12878A) is unknown color: approx Dark Cyan. HEX triplet: 12, 87 and 8A. RGB value is (18,135,138). Sum of RGB (Red+Green+Blue) = 18+135+138=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #12878A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12878A is #ED7875. Grayscale: #646464. Windows color (decimal): -15562870 or 9078546. OLE color: 9078546.

HSL color Cylindrical-coordinate representation of color #12878A: hue angle of 181.5º 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 #12878A is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB18135138-
CMYK0.870.0200.46
HSL181.5º76.92%30.59%-
HSV(B)181.5º86.96%54.12%-
XYZ13.519.2927.06-
YUV100.36149.2469.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.19%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=6.19%
G=46.39%
B=47.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181351380.870.0200.46181.576.9230.59
Hex12878A57202Eb64d1f
Octal22207212127205626611537
Binary100101000011110001010101011110010111010110110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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