Html Css Color HEX #03999C Persian Green

📋 copy color: '#03999C'

red 3 ◦ green 153 ◦ blue 156

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

Shades of Persian Green #03999C

Tints of Persian Green #03999C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50%

R = 0.96%
G = 49.04%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03999C (or 0x03999C) is known color: Persian Green. HEX triplet: 03, 99 and 9C. RGB value is (3,153,156). Sum of RGB (Red+Green+Blue) = 3+153+156=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #03999C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03999C is #FC6663. Grayscale: #6C6C6C. Windows color (decimal): -16541284 or 10262787. OLE color: 10262787.

HSL color Cylindrical-coordinate representation of color #03999C: hue angle of 181.18º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03999C is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 153 156 -
CMYK 0.98 0.02 0 0.39
HSL 181.18º 0.96% 0.31% -
HSV(B) 181.18º 0.98% 0.61% -
XYZ 17.43 25.2 35.4 -
YUV 108.49 154.81 52.76 -
System Red Green Blue C M Y K H S L
Decimal 3 153 156 0.98 0.02 0 0.39 181.18 0.96 0.31
Hex 3 99 9C 62 2 0 27 B5 60 1F
Octal 3 231 234 142 2 0 47 265 140 37
Binary 11 10011001 10011100 1100010 10 0 100111 10110101 1100000 11111

Color Harmonies of #03999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03999C

Black with #03999C

Text Example


Text Example

White with #03999C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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