Html Css Color HEX #03ABAC Persian Green

📋 copy color: '#03ABAC'

red 3 ◦ green 171 ◦ blue 172

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

Shades of Persian Green #03ABAC

Tints of Persian Green #03ABAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 0.87%
G = 49.42%
B = 49.71%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#03ABAC (or 0x03ABAC) is known color: Persian Green. HEX triplet: 03, AB and AC. RGB value is (3,171,172). Sum of RGB (Red+Green+Blue) = 3+171+172=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #03ABAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03ABAC is #FC5453. Grayscale: #787878. Windows color (decimal): -16536660 or 11315971. OLE color: 11315971.

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

Color convert

RGB 3 171 172 -
CMYK 0.98 0.01 0 0.33
HSL 180.36º 0.97% 0.34% -
HSV(B) 180.36º 0.98% 0.67% -
XYZ 22.05 32.12 44.07 -
YUV 120.88 156.84 43.92 -
System Red Green Blue C M Y K H S L
Decimal 3 171 172 0.98 0.01 0 0.33 180.36 0.97 0.34
Hex 3 AB AC 62 1 0 21 B4 61 22
Octal 3 253 254 142 1 0 41 264 141 42
Binary 11 10101011 10101100 1100010 1 0 100001 10110100 1100001 100010

Color Harmonies of #03ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ABAC

Black with #03ABAC

Text Example


Text Example

White with #03ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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