Html Css Color HEX #039485 Dark Cyan

📋 copy color: '#039485'

red 3 ◦ green 148 ◦ blue 133

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

Shades of Dark Cyan #039485

Tints of Dark Cyan #039485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.11%

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

R = 1.06%
G = 52.11%
B = 46.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#039485 (or 0x039485) is known color: Dark Cyan. HEX triplet: 03, 94 and 85. RGB value is (3,148,133). Sum of RGB (Red+Green+Blue) = 3+148+133=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #039485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039485 is #FC6B7A. Grayscale: #666666. Windows color (decimal): -16542587 or 8754179. OLE color: 8754179.

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

Color convert

RGB 3 148 133 -
CMYK 0.98 0 0.10 0.42
HSL 173.79º 0.96% 0.3% -
HSV(B) 173.79º 0.98% 0.58% -
XYZ 14.86 22.89 25.83 -
YUV 102.94 144.96 56.72 -
System Red Green Blue C M Y K H S L
Decimal 3 148 133 0.98 0 0.10 0.42 173.79 0.96 0.3
Hex 3 94 85 62 0 A 2A AE 60 1E
Octal 3 224 205 142 0 12 52 256 140 36
Binary 11 10010100 10000101 1100010 0 1010 101010 10101110 1100000 11110

Color Harmonies of #039485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039485

Black with #039485

Text Example


Text Example

White with #039485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039485; }

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

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

background-color css

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

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

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

border-color css

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

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

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