#03B18A

Color #03B18A Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #03B18A

Tints of Persian Green #03B18A

Color information

#03B18A (or 0x03B18A) is unknown color: approx Persian Green. HEX triplet: 03, B1 and 8A. RGB value is (3,177,138). Sum of RGB (Red+Green+Blue) = 3+177+138=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #03B18A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03B18A is #FC4E75. Grayscale: #787878. Windows color (decimal): -16535158 or 9089283. OLE color: 9089283.

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

Color convert

RGB3177138-
CMYK0.9800.220.31
HSL166.55º96.67%35.29%-
HSV(B)166.55º98.31%69.41%-
XYZ20.3533.329.4-
YUV120.53137.8544.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.94%
GREEN value IS 177 (69.53% from 255) = 55.66%
BLUE value IS 138 (54.30% from 255) = 43.40%
R=0.94%
G=55.66%
B=43.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31771380.9800.220.31166.5596.6735.29
Hex3B18A620161Fa76123
Octal32612121420263724714143
Binary111011000110001010110001001011011111101001111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03B18A;
 }
 .AnyTagClassName
 {
   color: #03B18A;
 }
</style>
background-color css

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

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

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

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

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

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