Html Css Color HEX #03A58C Persian Green

📋 copy color: '#03A58C'

red 3 ◦ green 165 ◦ blue 140

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

Shades of Persian Green #03A58C

Tints of Persian Green #03A58C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 53.57%

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

R = 0.97%
G = 53.57%
B = 45.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#03A58C (or 0x03A58C) is known color: Persian Green. HEX triplet: 03, A5 and 8C. RGB value is (3,165,140). Sum of RGB (Red+Green+Blue) = 3+165+140=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 165 (64.84% from 255 or 53.57% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 165 - color contains mainly: green. Hex color #03A58C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A58C is #FC5A73. Grayscale: #717171. Windows color (decimal): -16538228 or 9217283. OLE color: 9217283.

HSL color Cylindrical-coordinate representation of color #03A58C: hue angle of 170.74º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A58C is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 3 165 140 -
CMYK 0.98 0 0.15 0.35
HSL 170.74º 0.96% 0.33% -
HSV(B) 170.74º 0.98% 0.65% -
XYZ 18.23 28.82 29.41 -
YUV 113.71 142.83 49.03 -
System Red Green Blue C M Y K H S L
Decimal 3 165 140 0.98 0 0.15 0.35 170.74 0.96 0.33
Hex 3 A5 8C 62 0 F 23 AB 60 21
Octal 3 245 214 142 0 17 43 253 140 41
Binary 11 10100101 10001100 1100010 0 1111 100011 10101011 1100000 100001

Color Harmonies of #03A58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A58C

Black with #03A58C

Text Example


Text Example

White with #03A58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03A58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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