#129285

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

Shades of Dark Cyan #129285

Tints of Dark Cyan #129285

Color information

#129285 (or 0x129285) is unknown color: approx Dark Cyan. HEX triplet: 12, 92 and 85. RGB value is (18,146,133). Sum of RGB (Red+Green+Blue) = 18+146+133=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #129285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129285 is #ED6D7A. Grayscale: #6A6A6A. Windows color (decimal): -15560059 or 8753682. OLE color: 8753682.

HSL color Cylindrical-coordinate representation of color #129285: hue angle of 173.91º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129285 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB18146133-
CMYK0.8800.090.43
HSL173.91º78.05%32.16%-
HSV(B)173.91º87.67%57.25%-
XYZ14.7622.3825.73-
YUV106.25143.0965.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.06%
GREEN value IS 146 (57.42% from 255) = 49.16%
BLUE value IS 133 (52.34% from 255) = 44.78%
R=6.06%
G=49.16%
B=44.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181461330.8800.090.43173.9178.0532.16
Hex12928558092Bae4e20
Octal222222051300115325611640
Binary100101001001010000101101100001001101011101011101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129285; }

 p { color: rgb(18,146,133); }

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

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

 a { background-color: rgb(18,146,133); }

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

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

 span { border-color: rgb(18,146,133); }

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