#01B3A3

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

Shades of Persian Green #01B3A3

Tints of Persian Green #01B3A3

Color information

#01B3A3 (or 0x01B3A3) is unknown color: approx Persian Green. HEX triplet: 01, B3 and A3. RGB value is (1,179,163). Sum of RGB (Red+Green+Blue) = 1+179+163=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 163 (64.06% from 255 or 47.52% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #01B3A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B3A3 is #FE4C5C. Grayscale: #7B7B7B. Windows color (decimal): -16665693 or 10728193. OLE color: 10728193.

HSL color Cylindrical-coordinate representation of color #01B3A3: hue angle of 174.61º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B3A3 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB1179163-
CMYK0.9900.090.30
HSL174.61º98.89%35.29%-
HSV(B)174.61º99.44%70.2%-
XYZ22.7434.8940.19-
YUV123.95150.0340.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 179 (70.31% from 255) = 52.19%
BLUE value IS 163 (64.06% from 255) = 47.52%
R=0.29%
G=52.19%
B=47.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11791630.9900.090.30174.6198.8935.29
Hex1B3A363091Eaf6323
Octal12632431430113625714343
Binary1101100111010001111000110100111110101011111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01B3A3; }

 p { color: rgb(1,179,163); }

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

<style>
 a { background-color: #01B3A3; }

 a { background-color: rgb(1,179,163); }

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

<style>
 span { border-color: #01B3A3; }

 span { border-color: rgb(1,179,163); }

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