#12878B

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

Shades of Dark Cyan #12878B

Tints of Dark Cyan #12878B

Color information

#12878B (or 0x12878B) is unknown color: approx Dark Cyan. HEX triplet: 12, 87 and 8B. RGB value is (18,135,139). Sum of RGB (Red+Green+Blue) = 18+135+139=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #12878B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12878B is #ED7874. Grayscale: #646464. Windows color (decimal): -15562869 or 9144082. OLE color: 9144082.

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

Color convert

RGB18135139-
CMYK0.870.0300.45
HSL181.98º77.07%30.78%-
HSV(B)181.98º87.05%54.51%-
XYZ13.5719.3227.44-
YUV100.47149.7469.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.16%
GREEN value IS 135 (53.12% from 255) = 46.23%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=6.16%
G=46.23%
B=47.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181351390.870.0300.45181.9877.0730.78
Hex12878B57302Db64d1f
Octal22207213127305526611537
Binary100101000011110001011101011111010110110110110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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