Html Css Color HEX #03AC9C Persian Green

📋 copy color: '#03AC9C'

red 3 ◦ green 172 ◦ blue 156

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

Shades of Persian Green #03AC9C

Tints of Persian Green #03AC9C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.96%

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

R = 0.91%
G = 51.96%
B = 47.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#03AC9C (or 0x03AC9C) is known color: Persian Green. HEX triplet: 03, AC and 9C. RGB value is (3,172,156). Sum of RGB (Red+Green+Blue) = 3+172+156=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #03AC9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AC9C is #FC5363. Grayscale: #777777. Windows color (decimal): -16536420 or 10267651. OLE color: 10267651.

HSL color Cylindrical-coordinate representation of color #03AC9C: hue angle of 174.32º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AC9C is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 172 156 -
CMYK 0.98 0 0.09 0.33
HSL 174.32º 0.97% 0.34% -
HSV(B) 174.32º 0.98% 0.67% -
XYZ 20.79 31.92 36.52 -
YUV 119.65 148.51 44.8 -
System Red Green Blue C M Y K H S L
Decimal 3 172 156 0.98 0 0.09 0.33 174.32 0.97 0.34
Hex 3 AC 9C 62 0 9 21 AE 61 22
Octal 3 254 234 142 0 11 41 256 141 42
Binary 11 10101100 10011100 1100010 0 1001 100001 10101110 1100001 100010

Color Harmonies of #03AC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AC9C

Black with #03AC9C

Text Example


Text Example

White with #03AC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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