#0AF3BB

Color #0AF3BB Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #0AF3BB

Tints of Medium Spring Green #0AF3BB

Color information

#0AF3BB (or 0x0AF3BB) is unknown color: approx Medium Spring Green. HEX triplet: 0A, F3 and BB. RGB value is (10,243,187). Sum of RGB (Red+Green+Blue) = 10+243+187=440 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 440); Green value is 243 (95.31% from 255 or 55.23% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF3BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF3BB is #F50C44. Grayscale: #A6A6A6. Windows color (decimal): -16059461 or 12317450. OLE color: 12317450.

HSL color Cylindrical-coordinate representation of color #0AF3BB: hue angle of 165.58º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF3BB is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB10243187-
CMYK0.9600.230.05
HSL165.58º92.09%49.61%-
HSV(B)165.58º95.88%95.29%-
XYZ41.1567.7557.92-
YUV166.95139.3116.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.27%
GREEN value IS 243 (95.31% from 255) = 55.23%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=2.27%
G=55.23%
B=42.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102431870.9600.230.05165.5892.0949.61
HexAF3BB600175a65c32
Octal12363273140027524613462
Binary101011110011101110111100000010111101101001101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AF3BB; }

 p { color: rgb(10,243,187); }

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

<style>
 a { background-color: #0AF3BB; }

 a { background-color: rgb(10,243,187); }

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

<style>
 span { border-color: #0AF3BB; }

 span { border-color: rgb(10,243,187); }

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