#038685

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

Shades of Dark Cyan #038685

Tints of Dark Cyan #038685

Color information

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

HSL color Cylindrical-coordinate representation of color #038685: hue angle of 179.54º 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 #038685 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB3134133-
CMYK0.9800.010.47
HSL179.54º95.62%26.86%-
HSV(B)179.54º97.76%52.55%-
XYZ12.818.7625.14-
YUV94.72149.662.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31341330.9800.010.47179.5495.6226.86
Hex3868562012Fb4601b
Octal3206205142015726414033
Binary11100001101000010111000100110111110110100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038685; }

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

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

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

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

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

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

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

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