Html Css Color HEX #03A48C Persian Green

📋 copy color: '#03A48C'

red 3 ◦ green 164 ◦ blue 140

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

Shades of Persian Green #03A48C

Tints of Persian Green #03A48C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 53.42%

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

R = 0.98%
G = 53.42%
B = 45.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#03A48C (or 0x03A48C) is known color: Persian Green. HEX triplet: 03, A4 and 8C. RGB value is (3,164,140). Sum of RGB (Red+Green+Blue) = 3+164+140=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #03A48C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A48C is #FC5B73. Grayscale: #717171. Windows color (decimal): -16538484 or 9217027. OLE color: 9217027.

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

Color convert

RGB 3 164 140 -
CMYK 0.98 0 0.15 0.36
HSL 171.06º 0.96% 0.33% -
HSV(B) 171.06º 0.98% 0.64% -
XYZ 18.05 28.46 29.35 -
YUV 113.13 143.16 49.45 -
System Red Green Blue C M Y K H S L
Decimal 3 164 140 0.98 0 0.15 0.36 171.06 0.96 0.33
Hex 3 A4 8C 62 0 F 24 AB 60 21
Octal 3 244 214 142 0 17 44 253 140 41
Binary 11 10100100 10001100 1100010 0 1111 100100 10101011 1100000 100001

Color Harmonies of #03A48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A48C

Black with #03A48C

Text Example


Text Example

White with #03A48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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