Html Css Color HEX #5FF7DA Aquamarine

📋 copy color: '#5FF7DA'

red 95 ◦ green 247 ◦ blue 218

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

Shades of Aquamarine #5FF7DA

Tints of Aquamarine #5FF7DA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.11%

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 16.96%
G = 44.11%
B = 38.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#5FF7DA (or 0x5FF7DA) is known color: Aquamarine. HEX triplet: 5F, F7 and DA. RGB value is (95,247,218). Sum of RGB (Red+Green+Blue) = 95+247+218=560 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.96% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #5FF7DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF7DA is #A00825. Grayscale: #C6C6C6. Windows color (decimal): -10487846 or 14350175. OLE color: 14350175.

HSL color Cylindrical-coordinate representation of color #5FF7DA: hue angle of 168.55º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF7DA is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 95 247 218 -
CMYK 0.62 0 0.12 0.03
HSL 168.55º 0.9% 0.67% -
HSV(B) 168.55º 0.62% 0.97% -
XYZ 50.63 74.02 77.95 -
YUV 198.25 139.14 54.36 -
System Red Green Blue C M Y K H S L
Decimal 95 247 218 0.62 0 0.12 0.03 168.55 0.9 0.67
Hex 5F F7 DA 3E 0 C 3 A9 5A 43
Octal 137 367 332 76 0 14 3 251 132 103
Binary 1011111 11110111 11011010 111110 0 1100 11 10101001 1011010 1000011

Color Harmonies of #5FF7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF7DA

Black with #5FF7DA

Text Example


Text Example

White with #5FF7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,247,218); }

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

background-color css

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

 a { background-color: rgb(95,247,218); }

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

border-color css

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

 span { border-color: rgb(95,247,218); }

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