Html Css Color HEX #5FFDC0 Aquamarine

📋 copy color: '#5FFDC0'

red 95 ◦ green 253 ◦ blue 192

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

Shades of Aquamarine #5FFDC0

Tints of Aquamarine #5FFDC0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.85%

 BLUE value IS 192 (75.39% from 255) = 35.56%

R = 17.59%
G = 46.85%
B = 35.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#5FFDC0 (or 0x5FFDC0) is known color: Aquamarine. HEX triplet: 5F, FD and C0. RGB value is (95,253,192). Sum of RGB (Red+Green+Blue) = 95+253+192=540 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.59% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFDC0 is #A0023F. Grayscale: #C6C6C6. Windows color (decimal): -10486336 or 12647775. OLE color: 12647775.

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

Color convert

RGB 95 253 192 -
CMYK 0.62 0 0.24 0.01
HSL 156.84º 0.98% 0.68% -
HSV(B) 156.84º 0.62% 0.99% -
XYZ 49.36 76.49 62.03 -
YUV 198.8 124.15 53.96 -
System Red Green Blue C M Y K H S L
Decimal 95 253 192 0.62 0 0.24 0.01 156.84 0.98 0.68
Hex 5F FD C0 3E 0 18 1 9D 62 44
Octal 137 375 300 76 0 30 1 235 142 104
Binary 1011111 11111101 11000000 111110 0 11000 1 10011101 1100010 1000100

Color Harmonies of #5FFDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFDC0

Black with #5FFDC0

Text Example


Text Example

White with #5FFDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,253,192); }

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

background-color css

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

 a { background-color: rgb(95,253,192); }

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

border-color css

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

 span { border-color: rgb(95,253,192); }

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