Html Css Color HEX #02F5BB Medium Spring Green

📋 copy color: '#02F5BB'

red 2 ◦ green 245 ◦ blue 187

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

Shades of Medium Spring Green #02F5BB

Tints of Medium Spring Green #02F5BB

RGB

 RED value IS 2 (1.17% from 255) = 0.46%

 GREEN value IS 245 (96.09% from 255) = 56.45%

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 0.46%
G = 56.45%
B = 43.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#02F5BB (or 0x02F5BB) is known color: Medium Spring Green. HEX triplet: 02, F5 and BB. RGB value is (2,245,187). Sum of RGB (Red+Green+Blue) = 2+245+187=434 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 434); Green value is 245 (96.09% from 255 or 56.45% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 245 - color contains mainly: green. Hex color #02F5BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F5BB is #FD0A44. Grayscale: #A5A5A5. Windows color (decimal): -16583237 or 12317954. OLE color: 12317954.

HSL color Cylindrical-coordinate representation of color #02F5BB: hue angle of 165.68º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F5BB is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 245 187 -
CMYK 0.99 0 0.24 0.04
HSL 165.68º 0.98% 0.48% -
HSV(B) 165.68º 0.99% 0.96% -
XYZ 41.65 68.91 58.12 -
YUV 165.73 139.99 11.22 -
System Red Green Blue C M Y K H S L
Decimal 2 245 187 0.99 0 0.24 0.04 165.68 0.98 0.48
Hex 2 F5 BB 63 0 18 4 A6 62 30
Octal 2 365 273 143 0 30 4 246 142 60
Binary 10 11110101 10111011 1100011 0 11000 100 10100110 1100010 110000

Color Harmonies of #02F5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F5BB

Black with #02F5BB

Text Example


Text Example

White with #02F5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02F5BB; }

 p { color: rgb(2,245,187); }

 H1.HeaderClassName
 {
   color: #02F5BB;
 }
 .AnyTagClassName
 {
   color: #02F5BB;
 }
</style>

background-color css

<style>
 a { background-color: #02F5BB; }

 a { background-color: rgb(2,245,187); }

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

border-color css

<style>
 span { border-color: #02F5BB; }

 span { border-color: rgb(2,245,187); }

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