Html Css Color HEX #039E8D Persian Green

📋 copy color: '#039E8D'

red 3 ◦ green 158 ◦ blue 141

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

Shades of Persian Green #039E8D

Tints of Persian Green #039E8D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 52.32%

 BLUE value IS 141 (55.47% from 255) = 46.69%

R = 0.99%
G = 52.32%
B = 46.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#039E8D (or 0x039E8D) is known color: Persian Green. HEX triplet: 03, 9E and 8D. RGB value is (3,158,141). Sum of RGB (Red+Green+Blue) = 3+158+141=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 158 (62.11% from 255 or 52.32% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 158 - color contains mainly: green. Hex color #039E8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039E8D is #FC6172. Grayscale: #6D6D6D. Windows color (decimal): -16540019 or 9281027. OLE color: 9281027.

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

Color convert

RGB 3 158 141 -
CMYK 0.98 0 0.11 0.38
HSL 173.42º 0.96% 0.32% -
HSV(B) 173.42º 0.98% 0.62% -
XYZ 17.07 26.4 29.39 -
YUV 109.72 145.65 51.88 -
System Red Green Blue C M Y K H S L
Decimal 3 158 141 0.98 0 0.11 0.38 173.42 0.96 0.32
Hex 3 9E 8D 62 0 B 26 AD 60 20
Octal 3 236 215 142 0 13 46 255 140 40
Binary 11 10011110 10001101 1100010 0 1011 100110 10101101 1100000 100000

Color Harmonies of #039E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039E8D

Black with #039E8D

Text Example


Text Example

White with #039E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,158,141); }

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

background-color css

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

 a { background-color: rgb(3,158,141); }

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

border-color css

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

 span { border-color: rgb(3,158,141); }

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