Html Css Color HEX #03B1A5 Persian Green

📋 copy color: '#03B1A5'

red 3 ◦ green 177 ◦ blue 165

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

Shades of Persian Green #03B1A5

Tints of Persian Green #03B1A5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.3%

 BLUE value IS 165 (64.84% from 255) = 47.83%

R = 0.87%
G = 51.3%
B = 47.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#03B1A5 (or 0x03B1A5) is known color: Persian Green. HEX triplet: 03, B1 and A5. RGB value is (3,177,165). Sum of RGB (Red+Green+Blue) = 3+177+165=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #03B1A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03B1A5 is #FC4E5A. Grayscale: #7B7B7B. Windows color (decimal): -16535131 or 10858755. OLE color: 10858755.

HSL color Cylindrical-coordinate representation of color #03B1A5: hue angle of 175.86º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B1A5 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 177 165 -
CMYK 0.98 0 0.07 0.31
HSL 175.86º 0.97% 0.35% -
HSV(B) 175.86º 0.98% 0.69% -
XYZ 22.55 34.18 41.01 -
YUV 123.61 151.35 41.98 -
System Red Green Blue C M Y K H S L
Decimal 3 177 165 0.98 0 0.07 0.31 175.86 0.97 0.35
Hex 3 B1 A5 62 0 7 1F B0 61 23
Octal 3 261 245 142 0 7 37 260 141 43
Binary 11 10110001 10100101 1100010 0 111 11111 10110000 1100001 100011

Color Harmonies of #03B1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B1A5

Black with #03B1A5

Text Example


Text Example

White with #03B1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,177,165); }

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

background-color css

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

 a { background-color: rgb(3,177,165); }

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

border-color css

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

 span { border-color: rgb(3,177,165); }

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