Html Css Color HEX #5FFBBA Aquamarine

📋 copy color: '#5FFBBA'

red 95 ◦ green 251 ◦ blue 186

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

Shades of Aquamarine #5FFBBA

Tints of Aquamarine #5FFBBA

RGB

 RED value IS 95 (37.5% from 255) = 17.86%

 GREEN value IS 251 (98.44% from 255) = 47.18%

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 17.86%
G = 47.18%
B = 34.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#5FFBBA (or 0x5FFBBA) is known color: Aquamarine. HEX triplet: 5F, FB and BA. RGB value is (95,251,186). Sum of RGB (Red+Green+Blue) = 95+251+186=532 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.86% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBBA is #A00445. Grayscale: #C5C5C5. Windows color (decimal): -10486854 or 12254047. OLE color: 12254047.

HSL color Cylindrical-coordinate representation of color #5FFBBA: hue angle of 155º 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 #5FFBBA is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 251 186 -
CMYK 0.62 0 0.26 0.02
HSL 155º 0.95% 0.68% -
HSV(B) 155º 0.62% 0.98% -
XYZ 48.08 74.97 58.39 -
YUV 196.95 121.82 55.29 -
System Red Green Blue C M Y K H S L
Decimal 95 251 186 0.62 0 0.26 0.02 155 0.95 0.68
Hex 5F FB BA 3E 0 1A 2 9B 5F 44
Octal 137 373 272 76 0 32 2 233 137 104
Binary 1011111 11111011 10111010 111110 0 11010 10 10011011 1011111 1000100

Color Harmonies of #5FFBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFBBA

Black with #5FFBBA

Text Example


Text Example

White with #5FFBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FFBBA;
 }
 .AnyTagClassName
 {
   color: #5FFBBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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