#03B68D

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

Shades of Persian Green #03B68D

Tints of Persian Green #03B68D

Color information

#03B68D (or 0x03B68D) is unknown color: approx Persian Green. HEX triplet: 03, B6 and 8D. RGB value is (3,182,141). Sum of RGB (Red+Green+Blue) = 3+182+141=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 182 (71.48% from 255 or 55.83% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 182 - color contains mainly: green. Hex color #03B68D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B68D is #FC4972. Grayscale: #7B7B7B. Windows color (decimal): -16533875 or 9287171. OLE color: 9287171.

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

Color convert

RGB3182141-
CMYK0.9800.230.29
HSL166.26º96.76%36.27%-
HSV(B)166.26º98.35%71.37%-
XYZ21.5735.430.89-
YUV123.8137.741.83-

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.83%
BLUE value IS 141 (55.47% from 255) = 43.25%
R=0.92%
G=55.83%
B=43.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31821410.9800.230.29166.2696.7636.27
Hex3B68D620171Da66124
Octal32662151420273524614144
Binary111011011010001101110001001011111101101001101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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