Html Css Color HEX #039481 Dark Cyan

📋 copy color: '#039481'

red 3 ◦ green 148 ◦ blue 129

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

Shades of Dark Cyan #039481

Tints of Dark Cyan #039481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.07%

R = 1.07%
G = 52.86%
B = 46.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#039481 (or 0x039481) is known color: Dark Cyan. HEX triplet: 03, 94 and 81. RGB value is (3,148,129). Sum of RGB (Red+Green+Blue) = 3+148+129=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #039481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039481 is #FC6B7E. Grayscale: #666666. Windows color (decimal): -16542591 or 8492035. OLE color: 8492035.

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

Color convert

RGB 3 148 129 -
CMYK 0.98 0 0.13 0.42
HSL 172.14º 0.96% 0.3% -
HSV(B) 172.14º 0.98% 0.58% -
XYZ 14.59 22.78 24.4 -
YUV 102.48 142.96 57.04 -
System Red Green Blue C M Y K H S L
Decimal 3 148 129 0.98 0 0.13 0.42 172.14 0.96 0.3
Hex 3 94 81 62 0 D 2A AC 60 1E
Octal 3 224 201 142 0 15 52 254 140 36
Binary 11 10010100 10000001 1100010 0 1101 101010 10101100 1100000 11110

Color Harmonies of #039481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039481

Black with #039481

Text Example


Text Example

White with #039481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039481; }

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

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

background-color css

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

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

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

border-color css

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

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

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