Html Css Color HEX #039380 Dark Cyan

📋 copy color: '#039380'

red 3 ◦ green 147 ◦ blue 128

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

Shades of Dark Cyan #039380

Tints of Dark Cyan #039380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.88%

 BLUE value IS 128 (50.39% from 255) = 46.04%

R = 1.08%
G = 52.88%
B = 46.04%

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

#039380 (or 0x039380) is known color: Dark Cyan. HEX triplet: 03, 93 and 80. RGB value is (3,147,128). Sum of RGB (Red+Green+Blue) = 3+147+128=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #039380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039380 is #FC6C7F. Grayscale: #656565. Windows color (decimal): -16542848 or 8426243. OLE color: 8426243.

HSL color Cylindrical-coordinate representation of color #039380: hue angle of 172.08º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039380 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 147 128 -
CMYK 0.98 0 0.13 0.42
HSL 172.08º 0.96% 0.29% -
HSV(B) 172.08º 0.98% 0.58% -
XYZ 14.37 22.45 24 -
YUV 101.78 142.79 57.54 -
System Red Green Blue C M Y K H S L
Decimal 3 147 128 0.98 0 0.13 0.42 172.08 0.96 0.29
Hex 3 93 80 62 0 D 2A AC 60 1D
Octal 3 223 200 142 0 15 52 254 140 35
Binary 11 10010011 10000000 1100010 0 1101 101010 10101100 1100000 11101

Color Harmonies of #039380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039380

Black with #039380

Text Example


Text Example

White with #039380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039380; }

 p { color: rgb(3,147,128); }

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

background-color css

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

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

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

border-color css

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

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

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