Html Css Color HEX #03A48D Persian Green

📋 copy color: '#03A48D'

red 3 ◦ green 164 ◦ blue 141

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

Shades of Persian Green #03A48D

Tints of Persian Green #03A48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.78%

R = 0.97%
G = 53.25%
B = 45.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#03A48D (or 0x03A48D) is known color: Persian Green. HEX triplet: 03, A4 and 8D. RGB value is (3,164,141). Sum of RGB (Red+Green+Blue) = 3+164+141=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 164 (64.45% from 255 or 53.25% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 164 - color contains mainly: green. Hex color #03A48D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A48D is #FC5B72. Grayscale: #717171. Windows color (decimal): -16538483 or 9282563. OLE color: 9282563.

HSL color Cylindrical-coordinate representation of color #03A48D: hue angle of 171.43º 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 #03A48D is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 3 164 141 -
CMYK 0.98 0 0.14 0.36
HSL 171.43º 0.96% 0.33% -
HSV(B) 171.43º 0.98% 0.64% -
XYZ 18.12 28.49 29.74 -
YUV 113.24 143.66 49.37 -
System Red Green Blue C M Y K H S L
Decimal 3 164 141 0.98 0 0.14 0.36 171.43 0.96 0.33
Hex 3 A4 8D 62 0 E 24 AB 60 21
Octal 3 244 215 142 0 16 44 253 140 41
Binary 11 10100100 10001101 1100010 0 1110 100100 10101011 1100000 100001

Color Harmonies of #03A48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A48D

Black with #03A48D

Text Example


Text Example

White with #03A48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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