Html Css Color HEX #039499 Dark Cyan

📋 copy color: '#039499'

red 3 ◦ green 148 ◦ blue 153

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

Shades of Dark Cyan #039499

Tints of Dark Cyan #039499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.33%

R = 0.99%
G = 48.68%
B = 50.33%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#039499 (or 0x039499) is known color: Dark Cyan. HEX triplet: 03, 94 and 99. RGB value is (3,148,153). Sum of RGB (Red+Green+Blue) = 3+148+153=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #039499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039499 is #FC6B66. Grayscale: #696969. Windows color (decimal): -16542567 or 10064899. OLE color: 10064899.

HSL color Cylindrical-coordinate representation of color #039499: hue angle of 182º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039499 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 148 153 -
CMYK 0.98 0.03 0 0.4
HSL 182º 0.96% 0.31% -
HSV(B) 182º 0.98% 0.6% -
XYZ 16.38 23.5 33.81 -
YUV 105.22 154.96 55.09 -
System Red Green Blue C M Y K H S L
Decimal 3 148 153 0.98 0.03 0 0.4 182 0.96 0.31
Hex 3 94 99 62 3 0 28 B6 60 1F
Octal 3 224 231 142 3 0 50 266 140 37
Binary 11 10010100 10011001 1100010 11 0 101000 10110110 1100000 11111

Color Harmonies of #039499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039499

Black with #039499

Text Example


Text Example

White with #039499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039499; }

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

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

background-color css

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

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

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

border-color css

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

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

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