Html Css Color HEX #039B9A Persian Green

📋 copy color: '#039B9A'

red 3 ◦ green 155 ◦ blue 154

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

Shades of Persian Green #039B9A

Tints of Persian Green #039B9A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.68%

 BLUE value IS 154 (60.55% from 255) = 49.36%

R = 0.96%
G = 49.68%
B = 49.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#039B9A (or 0x039B9A) is known color: Persian Green. HEX triplet: 03, 9B and 9A. RGB value is (3,155,154). Sum of RGB (Red+Green+Blue) = 3+155+154=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #039B9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039B9A is #FC6465. Grayscale: #6D6D6D. Windows color (decimal): -16540774 or 10132227. OLE color: 10132227.

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

Color convert

RGB 3 155 154 -
CMYK 0.98 0 0.01 0.39
HSL 179.61º 0.96% 0.31% -
HSV(B) 179.61º 0.98% 0.61% -
XYZ 17.59 25.8 34.62 -
YUV 109.44 153.14 52.08 -
System Red Green Blue C M Y K H S L
Decimal 3 155 154 0.98 0 0.01 0.39 179.61 0.96 0.31
Hex 3 9B 9A 62 0 1 27 B4 60 1F
Octal 3 233 232 142 0 1 47 264 140 37
Binary 11 10011011 10011010 1100010 0 1 100111 10110100 1100000 11111

Color Harmonies of #039B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039B9A

Black with #039B9A

Text Example


Text Example

White with #039B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,155,154); }

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

background-color css

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

 a { background-color: rgb(3,155,154); }

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

border-color css

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

 span { border-color: rgb(3,155,154); }

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