Html Css Color HEX #5FFBB4 Aquamarine

📋 copy color: '#5FFBB4'

red 95 ◦ green 251 ◦ blue 180

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

Shades of Aquamarine #5FFBB4

Tints of Aquamarine #5FFBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.22%

R = 18.06%
G = 47.72%
B = 34.22%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#5FFBB4 (or 0x5FFBB4) is known color: Aquamarine. HEX triplet: 5F, FB and B4. RGB value is (95,251,180). Sum of RGB (Red+Green+Blue) = 95+251+180=526 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.06% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBB4 is #A0044B. Grayscale: #C4C4C4. Windows color (decimal): -10486860 or 11860831. OLE color: 11860831.

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

Color convert

RGB 95 251 180 -
CMYK 0.62 0 0.28 0.02
HSL 152.69º 0.95% 0.68% -
HSV(B) 152.69º 0.62% 0.98% -
XYZ 47.45 74.72 55.1 -
YUV 196.26 118.82 55.77 -
System Red Green Blue C M Y K H S L
Decimal 95 251 180 0.62 0 0.28 0.02 152.69 0.95 0.68
Hex 5F FB B4 3E 0 1C 2 99 5F 44
Octal 137 373 264 76 0 34 2 231 137 104
Binary 1011111 11111011 10110100 111110 0 11100 10 10011001 1011111 1000100

Color Harmonies of #5FFBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFBB4

Black with #5FFBB4

Text Example


Text Example

White with #5FFBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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