Html Css Color HEX #03F2AF Medium Spring Green

📋 copy color: '#03F2AF'

red 3 ◦ green 242 ◦ blue 175

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

Shades of Medium Spring Green #03F2AF

Tints of Medium Spring Green #03F2AF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 57.62%

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 0.71%
G = 57.62%
B = 41.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#03F2AF (or 0x03F2AF) is known color: Medium Spring Green. HEX triplet: 03, F2 and AF. RGB value is (3,242,175). Sum of RGB (Red+Green+Blue) = 3+242+175=420 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 420); Green value is 242 (94.92% from 255 or 57.62% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 242 - color contains mainly: green. Hex color #03F2AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03F2AF is #FC0D50. Grayscale: #A2A2A2. Windows color (decimal): -16518481 or 11530755. OLE color: 11530755.

HSL color Cylindrical-coordinate representation of color #03F2AF: hue angle of 163.18º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F2AF is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 242 175 -
CMYK 0.99 0 0.28 0.05
HSL 163.18º 0.98% 0.48% -
HSV(B) 163.18º 0.99% 0.95% -
XYZ 39.53 66.62 51.33 -
YUV 162.9 134.82 13.95 -
System Red Green Blue C M Y K H S L
Decimal 3 242 175 0.99 0 0.28 0.05 163.18 0.98 0.48
Hex 3 F2 AF 63 0 1C 5 A3 62 30
Octal 3 362 257 143 0 34 5 243 142 60
Binary 11 11110010 10101111 1100011 0 11100 101 10100011 1100010 110000

Color Harmonies of #03F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F2AF

Black with #03F2AF

Text Example


Text Example

White with #03F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,242,175); }

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

background-color css

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

 a { background-color: rgb(3,242,175); }

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

border-color css

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

 span { border-color: rgb(3,242,175); }

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