Html Css Color HEX #5FFEBD Aquamarine

📋 copy color: '#5FFEBD'

red 95 ◦ green 254 ◦ blue 189

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

Shades of Aquamarine #5FFEBD

Tints of Aquamarine #5FFEBD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.21%

 BLUE value IS 189 (74.22% from 255) = 35.13%

R = 17.66%
G = 47.21%
B = 35.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#5FFEBD (or 0x5FFEBD) is known color: Aquamarine. HEX triplet: 5F, FE and BD. RGB value is (95,254,189). Sum of RGB (Red+Green+Blue) = 95+254+189=538 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.66% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFEBD is #A00142. Grayscale: #C7C7C7. Windows color (decimal): -10486083 or 12451423. OLE color: 12451423.

HSL color Cylindrical-coordinate representation of color #5FFEBD: hue angle of 155.47º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFEBD is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 95 254 189 -
CMYK 0.63 0 0.26 0.00
HSL 155.47º 0.99% 0.68% -
HSV(B) 155.47º 0.63% 1% -
XYZ 49.35 76.99 60.4 -
YUV 199.05 122.32 53.79 -
System Red Green Blue C M Y K H S L
Decimal 95 254 189 0.63 0 0.26 0.00 155.47 0.99 0.68
Hex 5F FE BD 3F 0 1A 0 9B 63 44
Octal 137 376 275 77 0 32 0 233 143 104
Binary 1011111 11111110 10111101 111111 0 11010 0 10011011 1100011 1000100

Color Harmonies of #5FFEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFEBD

Black with #5FFEBD

Text Example


Text Example

White with #5FFEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,254,189); }

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

background-color css

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

 a { background-color: rgb(95,254,189); }

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

border-color css

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

 span { border-color: rgb(95,254,189); }

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