#03B68E

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

Shades of Persian Green #03B68E

Tints of Persian Green #03B68E

Color information

#03B68E (or 0x03B68E) is unknown color: approx Persian Green. HEX triplet: 03, B6 and 8E. RGB value is (3,182,142). Sum of RGB (Red+Green+Blue) = 3+182+142=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 182 (71.48% from 255 or 55.66% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 182 - color contains mainly: green. Hex color #03B68E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B68E is #FC4971. Grayscale: #7B7B7B. Windows color (decimal): -16533874 or 9352707. OLE color: 9352707.

HSL color Cylindrical-coordinate representation of color #03B68E: hue angle of 166.59º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B68E is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB3182142-
CMYK0.9800.220.29
HSL166.59º96.76%36.27%-
HSV(B)166.59º98.35%71.37%-
XYZ21.6535.4331.29-
YUV123.92138.241.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.92%
GREEN value IS 182 (71.48% from 255) = 55.66%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=0.92%
G=55.66%
B=43.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31821420.9800.220.29166.5996.7636.27
Hex3B68E620161Da76124
Octal32662161420263524714144
Binary111011011010001110110001001011011101101001111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,182,142); }

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

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

 a { background-color: rgb(3,182,142); }

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

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

 span { border-color: rgb(3,182,142); }

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