#5ffbbc

Color #5FFBBC Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #5FFBBC

Tints of Aquamarine #5FFBBC

Color information

#5FFBBC (or 0x5FFBBC) is unknown color: approx Aquamarine. HEX triplet: 5F, FB and BC. RGB value is (95,251,188). Sum of RGB (Red+Green+Blue) = 95+251+188=534 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.79% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBBC is #A00443. Grayscale: #C5C5C5. Windows color (decimal): -10486852 or 12385119. OLE color: 12385119.

HSL color Cylindrical-coordinate representation of color #5FFBBC: hue angle of 155.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFBBC is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB95251188-
CMYK0.6200.250.02
HSL155.77º95.12%67.84%-
HSV(B)155.77º62.15%98.43%-
XYZ48.2975.0659.52-
YUV197.17122.8255.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.79%
GREEN value IS 251 (98.44% from 255) = 47.00%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=17.79%
G=47.00%
B=35.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952511880.6200.250.02155.7795.1267.84
Hex5FFBBC3E01929c5f44
Octal137373274760312234137104
Binary10111111111101110111100111110011001101001110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ffbbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ffbbc; }

 p { color: rgb(95,251,188); }

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

<style>
 a { background-color: #5ffbbc; }

 a { background-color: rgb(95,251,188); }

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

<style>
 span { border-color: #5ffbbc; }

 span { border-color: rgb(95,251,188); }

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