Html Css Color HEX #039894 Persian Green

📋 copy color: '#039894'

red 3 ◦ green 152 ◦ blue 148

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

Shades of Persian Green #039894

Tints of Persian Green #039894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.17%

 BLUE value IS 148 (58.2% from 255) = 48.84%

R = 0.99%
G = 50.17%
B = 48.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#039894 (or 0x039894) is known color: Persian Green. HEX triplet: 03, 98 and 94. RGB value is (3,152,148). Sum of RGB (Red+Green+Blue) = 3+152+148=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #039894 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039894 is #FC676B. Grayscale: #6A6A6A. Windows color (decimal): -16541548 or 9738243. OLE color: 9738243.

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

Color convert

RGB 3 152 148 -
CMYK 0.98 0 0.03 0.40
HSL 178.39º 0.96% 0.3% -
HSV(B) 178.39º 0.98% 0.6% -
XYZ 16.61 24.61 31.89 -
YUV 106.99 151.14 53.83 -
System Red Green Blue C M Y K H S L
Decimal 3 152 148 0.98 0 0.03 0.40 178.39 0.96 0.3
Hex 3 98 94 62 0 3 28 B2 60 1E
Octal 3 230 224 142 0 3 50 262 140 36
Binary 11 10011000 10010100 1100010 0 11 101000 10110010 1100000 11110

Color Harmonies of #039894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039894

Black with #039894

Text Example


Text Example

White with #039894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039894; }

 p { color: rgb(3,152,148); }

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

background-color css

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

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

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

border-color css

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

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

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