#12838F

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

Shades of Dark Cyan #12838F

Tints of Dark Cyan #12838F

Color information

#12838F (or 0x12838F) is unknown color: approx Dark Cyan. HEX triplet: 12, 83 and 8F. RGB value is (18,131,143). Sum of RGB (Red+Green+Blue) = 18+131+143=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #12838F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12838F is #ED7C70. Grayscale: #626262. Windows color (decimal): -15563889 or 9405202. OLE color: 9405202.

HSL color Cylindrical-coordinate representation of color #12838F: hue angle of 185.76º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12838F is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB18131143-
CMYK0.870.0800.44
HSL185.76º77.64%31.57%-
HSV(B)185.76º87.41%56.08%-
XYZ13.3218.3428.83-
YUV98.58153.0670.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.16%
GREEN value IS 131 (51.56% from 255) = 44.86%
BLUE value IS 143 (56.25% from 255) = 48.97%
R=6.16%
G=44.86%
B=48.97%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181311430.870.0800.44185.7677.6431.57
Hex12838F57802Cba4e20
Octal222032171271005427211640
Binary100101000001110001111101011110000101100101110101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12838F; }

 p { color: rgb(18,131,143); }

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

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

 a { background-color: rgb(18,131,143); }

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

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

 span { border-color: rgb(18,131,143); }

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