Html Css Color HEX #039585 Dark Cyan

📋 copy color: '#039585'

red 3 ◦ green 149 ◦ blue 133

#039585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #039585

Tints of Dark Cyan #039585

RGB

 RED value IS 3 (1.56% from 255) = 1.05%

 GREEN value IS 149 (58.59% from 255) = 52.28%

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 1.05%
G = 52.28%
B = 46.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#039585 (or 0x039585) is known color: Dark Cyan. HEX triplet: 03, 95 and 85. RGB value is (3,149,133). Sum of RGB (Red+Green+Blue) = 3+149+133=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #039585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039585 is #FC6A7A. Grayscale: #676767. Windows color (decimal): -16542331 or 8754435. OLE color: 8754435.

HSL color Cylindrical-coordinate representation of color #039585: hue angle of 173.42º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039585 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 149 133 -
CMYK 0.98 0 0.11 0.42
HSL 173.42º 0.96% 0.3% -
HSV(B) 173.42º 0.98% 0.58% -
XYZ 15.02 23.21 25.88 -
YUV 103.52 144.63 56.3 -
System Red Green Blue C M Y K H S L
Decimal 3 149 133 0.98 0 0.11 0.42 173.42 0.96 0.3
Hex 3 95 85 62 0 B 2A AD 60 1E
Octal 3 225 205 142 0 13 52 255 140 36
Binary 11 10010101 10000101 1100010 0 1011 101010 10101101 1100000 11110

Color Harmonies of #039585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039585

Black with #039585

Text Example


Text Example

White with #039585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039585; }

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

 H1.HeaderClassName
 {
   color: #039585;
 }
 .AnyTagClassName
 {
   color: #039585;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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