Html Css Color HEX #5FDDB4 Medium Aquamarine

📋 copy color: '#5FDDB4'

red 95 ◦ green 221 ◦ blue 180

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

Shades of Medium Aquamarine #5FDDB4

Tints of Medium Aquamarine #5FDDB4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.56%

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

R = 19.15%
G = 44.56%
B = 36.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#5FDDB4 (or 0x5FDDB4) is known color: Medium Aquamarine. HEX triplet: 5F, DD and B4. RGB value is (95,221,180). Sum of RGB (Red+Green+Blue) = 95+221+180=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDDB4 is #A0224B. Grayscale: #B2B2B2. Windows color (decimal): -10494540 or 11853151. OLE color: 11853151.

HSL color Cylindrical-coordinate representation of color #5FDDB4: hue angle of 160.48º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDDB4 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 221 180 -
CMYK 0.57 0 0.19 0.13
HSL 160.48º 0.65% 0.62% -
HSV(B) 160.48º 0.57% 0.87% -
XYZ 38.81 57.44 52.22 -
YUV 178.65 128.76 68.33 -
System Red Green Blue C M Y K H S L
Decimal 95 221 180 0.57 0 0.19 0.13 160.48 0.65 0.62
Hex 5F DD B4 39 0 13 D A0 41 3E
Octal 137 335 264 71 0 23 15 240 101 76
Binary 1011111 11011101 10110100 111001 0 10011 1101 10100000 1000001 111110

Color Harmonies of #5FDDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDDB4

Black with #5FDDB4

Text Example


Text Example

White with #5FDDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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