Html Css Color HEX #039995 Persian Green

📋 copy color: '#039995'

red 3 ◦ green 153 ◦ blue 149

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

Shades of Persian Green #039995

Tints of Persian Green #039995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.16%

 BLUE value IS 149 (58.59% from 255) = 48.85%

R = 0.98%
G = 50.16%
B = 48.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#039995 (or 0x039995) is known color: Persian Green. HEX triplet: 03, 99 and 95. RGB value is (3,153,149). Sum of RGB (Red+Green+Blue) = 3+153+149=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #039995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039995 is #FC666A. Grayscale: #6B6B6B. Windows color (decimal): -16541291 or 9804035. OLE color: 9804035.

HSL color Cylindrical-coordinate representation of color #039995: hue angle of 178.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039995 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 153 149 -
CMYK 0.98 0 0.03 0.4
HSL 178.4º 0.96% 0.31% -
HSV(B) 178.4º 0.98% 0.6% -
XYZ 16.85 24.97 32.37 -
YUV 107.69 151.31 53.33 -
System Red Green Blue C M Y K H S L
Decimal 3 153 149 0.98 0 0.03 0.4 178.4 0.96 0.31
Hex 3 99 95 62 0 3 28 B2 60 1F
Octal 3 231 225 142 0 3 50 262 140 37
Binary 11 10011001 10010101 1100010 0 11 101000 10110010 1100000 11111

Color Harmonies of #039995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039995

Black with #039995

Text Example


Text Example

White with #039995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039995; }

 p { color: rgb(3,153,149); }

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

background-color css

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

 a { background-color: rgb(3,153,149); }

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

border-color css

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

 span { border-color: rgb(3,153,149); }

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