Html Css Color HEX #03AB96 Persian Green

📋 copy color: '#03AB96'

red 3 ◦ green 171 ◦ blue 150

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

Shades of Persian Green #03AB96

Tints of Persian Green #03AB96

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.78%

 BLUE value IS 150 (58.98% from 255) = 46.3%

R = 0.93%
G = 52.78%
B = 46.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#03AB96 (or 0x03AB96) is known color: Persian Green. HEX triplet: 03, AB and 96. RGB value is (3,171,150). Sum of RGB (Red+Green+Blue) = 3+171+150=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #03AB96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AB96 is #FC5469. Grayscale: #767676. Windows color (decimal): -16536682 or 9874179. OLE color: 9874179.

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

Color convert

RGB 3 171 150 -
CMYK 0.98 0 0.12 0.33
HSL 172.5º 0.97% 0.34% -
HSV(B) 172.5º 0.98% 0.67% -
XYZ 20.11 31.35 33.85 -
YUV 118.37 145.84 45.71 -
System Red Green Blue C M Y K H S L
Decimal 3 171 150 0.98 0 0.12 0.33 172.5 0.97 0.34
Hex 3 AB 96 62 0 C 21 AC 61 22
Octal 3 253 226 142 0 14 41 254 141 42
Binary 11 10101011 10010110 1100010 0 1100 100001 10101100 1100001 100010

Color Harmonies of #03AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AB96

Black with #03AB96

Text Example


Text Example

White with #03AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,171,150); }

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

background-color css

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

 a { background-color: rgb(3,171,150); }

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

border-color css

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

 span { border-color: rgb(3,171,150); }

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