Html Css Color HEX #039595 Dark Cyan

📋 copy color: '#039595'

red 3 ◦ green 149 ◦ blue 149

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

Shades of Dark Cyan #039595

Tints of Dark Cyan #039595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 1%
G = 49.5%
B = 49.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#039595 (or 0x039595) is known color: Dark Cyan. HEX triplet: 03, 95 and 95. RGB value is (3,149,149). Sum of RGB (Red+Green+Blue) = 3+149+149=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #039595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039595 is #FC6A6A. Grayscale: #696969. Windows color (decimal): -16542315 or 9803011. OLE color: 9803011.

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

Color convert

RGB 3 149 149 -
CMYK 0.98 0 0 0.42
HSL 180º 0.96% 0.3% -
HSV(B) 180º 0.98% 0.58% -
XYZ 16.21 23.68 32.15 -
YUV 105.35 152.63 55 -
System Red Green Blue C M Y K H S L
Decimal 3 149 149 0.98 0 0 0.42 180 0.96 0.3
Hex 3 95 95 62 0 0 2A B4 60 1E
Octal 3 225 225 142 0 0 52 264 140 36
Binary 11 10010101 10010101 1100010 0 0 101010 10110100 1100000 11110

Color Harmonies of #039595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039595

Black with #039595

Text Example


Text Example

White with #039595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039595; }

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

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

background-color css

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

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

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

border-color css

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

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

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