Html Css Color HEX #039999 Persian Green

📋 copy color: '#039999'

red 3 ◦ green 153 ◦ blue 153

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

Shades of Persian Green #039999

Tints of Persian Green #039999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.51%

R = 0.97%
G = 49.51%
B = 49.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#039999 (or 0x039999) is known color: Persian Green. HEX triplet: 03, 99 and 99. RGB value is (3,153,153). Sum of RGB (Red+Green+Blue) = 3+153+153=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #039999 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039999 is #FC6666. Grayscale: #6C6C6C. Windows color (decimal): -16541287 or 10066179. OLE color: 10066179.

HSL color Cylindrical-coordinate representation of color #039999: hue angle of 180º 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 #039999 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 153 153 -
CMYK 0.98 0 0 0.4
HSL 180º 0.96% 0.31% -
HSV(B) 180º 0.98% 0.6% -
XYZ 17.18 25.1 34.08 -
YUV 108.15 153.31 53 -
System Red Green Blue C M Y K H S L
Decimal 3 153 153 0.98 0 0 0.4 180 0.96 0.31
Hex 3 99 99 62 0 0 28 B4 60 1F
Octal 3 231 231 142 0 0 50 264 140 37
Binary 11 10011001 10011001 1100010 0 0 101000 10110100 1100000 11111

Color Harmonies of #039999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039999

Black with #039999

Text Example


Text Example

White with #039999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039999; }

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

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

background-color css

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

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

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

border-color css

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

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

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