Html Css Color HEX #03B68F Persian Green

📋 copy color: '#03B68F'

red 3 ◦ green 182 ◦ blue 143

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

Shades of Persian Green #03B68F

Tints of Persian Green #03B68F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.49%

 BLUE value IS 143 (56.25% from 255) = 43.6%

R = 0.91%
G = 55.49%
B = 43.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#03B68F (or 0x03B68F) is known color: Persian Green. HEX triplet: 03, B6 and 8F. RGB value is (3,182,143). Sum of RGB (Red+Green+Blue) = 3+182+143=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #03B68F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B68F is #FC4970. Grayscale: #7C7C7C. Windows color (decimal): -16533873 or 9418243. OLE color: 9418243.

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

Color convert

RGB 3 182 143 -
CMYK 0.98 0 0.21 0.29
HSL 166.93º 0.97% 0.36% -
HSV(B) 166.93º 0.98% 0.71% -
XYZ 21.72 35.46 31.69 -
YUV 124.03 138.7 41.67 -
System Red Green Blue C M Y K H S L
Decimal 3 182 143 0.98 0 0.21 0.29 166.93 0.97 0.36
Hex 3 B6 8F 62 0 15 1D A7 61 24
Octal 3 266 217 142 0 25 35 247 141 44
Binary 11 10110110 10001111 1100010 0 10101 11101 10100111 1100001 100100

Color Harmonies of #03B68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B68F

Black with #03B68F

Text Example


Text Example

White with #03B68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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