Html Css Color HEX #03A69D Persian Green

📋 copy color: '#03A69D'

red 3 ◦ green 166 ◦ blue 157

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

Shades of Persian Green #03A69D

Tints of Persian Green #03A69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.92%

 BLUE value IS 157 (61.72% from 255) = 48.16%

R = 0.92%
G = 50.92%
B = 48.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#03A69D (or 0x03A69D) is known color: Persian Green. HEX triplet: 03, A6 and 9D. RGB value is (3,166,157). Sum of RGB (Red+Green+Blue) = 3+166+157=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #03A69D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A69D is #FC5962. Grayscale: #747474. Windows color (decimal): -16537955 or 10331651. OLE color: 10331651.

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

Color convert

RGB 3 166 157 -
CMYK 0.98 0 0.05 0.35
HSL 176.69º 0.96% 0.33% -
HSV(B) 176.69º 0.98% 0.65% -
XYZ 19.76 29.73 36.59 -
YUV 116.24 151 47.23 -
System Red Green Blue C M Y K H S L
Decimal 3 166 157 0.98 0 0.05 0.35 176.69 0.96 0.33
Hex 3 A6 9D 62 0 5 23 B1 60 21
Octal 3 246 235 142 0 5 43 261 140 41
Binary 11 10100110 10011101 1100010 0 101 100011 10110001 1100000 100001

Color Harmonies of #03A69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A69D

Black with #03A69D

Text Example


Text Example

White with #03A69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,166,157); }

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

background-color css

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

 a { background-color: rgb(3,166,157); }

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

border-color css

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

 span { border-color: rgb(3,166,157); }

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