Html Css Color HEX #039495 Dark Cyan

📋 copy color: '#039495'

red 3 ◦ green 148 ◦ blue 149

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

Shades of Dark Cyan #039495

Tints of Dark Cyan #039495

RGB

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

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

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

R = 1%
G = 49.33%
B = 49.67%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#039495 (or 0x039495) is known color: Dark Cyan. HEX triplet: 03, 94 and 95. RGB value is (3,148,149). Sum of RGB (Red+Green+Blue) = 3+148+149=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #039495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039495 is #FC6B6A. Grayscale: #686868. Windows color (decimal): -16542571 or 9802755. OLE color: 9802755.

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

Color convert

RGB 3 148 149 -
CMYK 0.98 0.01 0 0.42
HSL 180.41º 0.96% 0.3% -
HSV(B) 180.41º 0.98% 0.58% -
XYZ 16.05 23.37 32.1 -
YUV 104.76 152.96 55.42 -
System Red Green Blue C M Y K H S L
Decimal 3 148 149 0.98 0.01 0 0.42 180.41 0.96 0.3
Hex 3 94 95 62 1 0 2A B4 60 1E
Octal 3 224 225 142 1 0 52 264 140 36
Binary 11 10010100 10010101 1100010 1 0 101010 10110100 1100000 11110

Color Harmonies of #039495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039495

Black with #039495

Text Example


Text Example

White with #039495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039495; }

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

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

background-color css

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

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

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

border-color css

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

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

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