Html Css Color HEX #03998B Persian Green

📋 copy color: '#03998B'

red 3 ◦ green 153 ◦ blue 139

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

Shades of Persian Green #03998B

Tints of Persian Green #03998B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.12%

R = 1.02%
G = 51.86%
B = 47.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#03998B (or 0x03998B) is known color: Persian Green. HEX triplet: 03, 99 and 8B. RGB value is (3,153,139). Sum of RGB (Red+Green+Blue) = 3+153+139=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #03998B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03998B is #FC6674. Grayscale: #6A6A6A. Windows color (decimal): -16541301 or 9148675. OLE color: 9148675.

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

Color convert

RGB 3 153 139 -
CMYK 0.98 0 0.09 0.4
HSL 174.4º 0.96% 0.31% -
HSV(B) 174.4º 0.98% 0.6% -
XYZ 16.09 24.67 28.34 -
YUV 106.55 146.31 54.14 -
System Red Green Blue C M Y K H S L
Decimal 3 153 139 0.98 0 0.09 0.4 174.4 0.96 0.31
Hex 3 99 8B 62 0 9 28 AE 60 1F
Octal 3 231 213 142 0 11 50 256 140 37
Binary 11 10011001 10001011 1100010 0 1001 101000 10101110 1100000 11111

Color Harmonies of #03998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03998B

Black with #03998B

Text Example


Text Example

White with #03998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03998B; }

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

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

background-color css

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

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

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

border-color css

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

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

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