#038586

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

Shades of Dark Cyan #038586

Tints of Dark Cyan #038586

Color information

#038586 (or 0x038586) is unknown color: approx Dark Cyan. HEX triplet: 03, 85 and 86. RGB value is (3,133,134). Sum of RGB (Red+Green+Blue) = 3+133+134=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #038586 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038586 is #FC7A79. Grayscale: #5E5E5E. Windows color (decimal): -16546426 or 8815875. OLE color: 8815875.

HSL color Cylindrical-coordinate representation of color #038586: hue angle of 180.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038586 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3133134-
CMYK0.980.0100.47
HSL180.46º95.62%26.86%-
HSV(B)180.46º97.76%52.55%-
XYZ12.7318.5225.46-
YUV94.24150.4362.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.11%
GREEN value IS 133 (52.34% from 255) = 49.26%
BLUE value IS 134 (52.73% from 255) = 49.63%
R=1.11%
G=49.26%
B=49.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31331340.980.0100.47180.4695.6226.86
Hex3858662102Fb4601b
Octal3205206142105726414033
Binary11100001011000011011000101010111110110100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038586; }

 p { color: rgb(3,133,134); }

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

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

 a { background-color: rgb(3,133,134); }

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

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

 span { border-color: rgb(3,133,134); }

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