Html Css Color HEX #039482 Dark Cyan

📋 copy color: '#039482'

red 3 ◦ green 148 ◦ blue 130

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

Shades of Dark Cyan #039482

Tints of Dark Cyan #039482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.26%

R = 1.07%
G = 52.67%
B = 46.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#039482 (or 0x039482) is known color: Dark Cyan. HEX triplet: 03, 94 and 82. RGB value is (3,148,130). Sum of RGB (Red+Green+Blue) = 3+148+130=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #039482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039482 is #FC6B7D. Grayscale: #666666. Windows color (decimal): -16542590 or 8557571. OLE color: 8557571.

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

Color convert

RGB 3 148 130 -
CMYK 0.98 0 0.12 0.42
HSL 172.55º 0.96% 0.3% -
HSV(B) 172.55º 0.98% 0.58% -
XYZ 14.66 22.81 24.75 -
YUV 102.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 3 148 130 0.98 0 0.12 0.42 172.55 0.96 0.3
Hex 3 94 82 62 0 C 2A AD 60 1E
Octal 3 224 202 142 0 14 52 255 140 36
Binary 11 10010100 10000010 1100010 0 1100 101010 10101101 1100000 11110

Color Harmonies of #039482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039482

Black with #039482

Text Example


Text Example

White with #039482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039482; }

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

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

background-color css

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

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

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

border-color css

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

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

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