Html Css Color HEX #03998C Persian Green

📋 copy color: '#03998C'

red 3 ◦ green 153 ◦ blue 140

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

Shades of Persian Green #03998C

Tints of Persian Green #03998C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.3%

R = 1.01%
G = 51.69%
B = 47.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#03998C (or 0x03998C) is known color: Persian Green. HEX triplet: 03, 99 and 8C. RGB value is (3,153,140). Sum of RGB (Red+Green+Blue) = 3+153+140=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #03998C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03998C is #FC6673. Grayscale: #6A6A6A. Windows color (decimal): -16541300 or 9214211. OLE color: 9214211.

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

Color convert

RGB 3 153 140 -
CMYK 0.98 0 0.08 0.4
HSL 174.8º 0.96% 0.31% -
HSV(B) 174.8º 0.98% 0.6% -
XYZ 16.16 24.7 28.73 -
YUV 106.67 146.81 54.06 -
System Red Green Blue C M Y K H S L
Decimal 3 153 140 0.98 0 0.08 0.4 174.8 0.96 0.31
Hex 3 99 8C 62 0 8 28 AF 60 1F
Octal 3 231 214 142 0 10 50 257 140 37
Binary 11 10011001 10001100 1100010 0 1000 101000 10101111 1100000 11111

Color Harmonies of #03998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03998C

Black with #03998C

Text Example


Text Example

White with #03998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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