Html Css Color HEX #039D8F Persian Green

📋 copy color: '#039D8F'

red 3 ◦ green 157 ◦ blue 143

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

Shades of Persian Green #039D8F

Tints of Persian Green #039D8F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.82%

 BLUE value IS 143 (56.25% from 255) = 47.19%

R = 0.99%
G = 51.82%
B = 47.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#039D8F (or 0x039D8F) is known color: Persian Green. HEX triplet: 03, 9D and 8F. RGB value is (3,157,143). Sum of RGB (Red+Green+Blue) = 3+157+143=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #039D8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039D8F is #FC6270. Grayscale: #6D6D6D. Windows color (decimal): -16540273 or 9411843. OLE color: 9411843.

HSL color Cylindrical-coordinate representation of color #039D8F: hue angle of 174.55º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039D8F is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 157 143 -
CMYK 0.98 0 0.09 0.38
HSL 174.55º 0.96% 0.31% -
HSV(B) 174.55º 0.98% 0.62% -
XYZ 17.05 26.12 30.13 -
YUV 109.36 146.98 52.14 -
System Red Green Blue C M Y K H S L
Decimal 3 157 143 0.98 0 0.09 0.38 174.55 0.96 0.31
Hex 3 9D 8F 62 0 9 26 AF 60 1F
Octal 3 235 217 142 0 11 46 257 140 37
Binary 11 10011101 10001111 1100010 0 1001 100110 10101111 1100000 11111

Color Harmonies of #039D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039D8F

Black with #039D8F

Text Example


Text Example

White with #039D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039D8F; }

 p { color: rgb(3,157,143); }

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

background-color css

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

 a { background-color: rgb(3,157,143); }

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

border-color css

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

 span { border-color: rgb(3,157,143); }

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