Html Css Color HEX #5FFADF Aquamarine

📋 copy color: '#5FFADF'

red 95 ◦ green 250 ◦ blue 223

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

Shades of Aquamarine #5FFADF

Tints of Aquamarine #5FFADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.01%

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 16.73%
G = 44.01%
B = 39.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#5FFADF (or 0x5FFADF) is known color: Aquamarine. HEX triplet: 5F, FA and DF. RGB value is (95,250,223). Sum of RGB (Red+Green+Blue) = 95+250+223=568 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.73% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFADF is #A00520. Grayscale: #C8C8C8. Windows color (decimal): -10487073 or 14678623. OLE color: 14678623.

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

Color convert

RGB 95 250 223 -
CMYK 0.62 0 0.11 0.02
HSL 169.55º 0.94% 0.68% -
HSV(B) 169.55º 0.62% 0.98% -
XYZ 52.22 76.13 81.75 -
YUV 200.58 140.65 52.7 -
System Red Green Blue C M Y K H S L
Decimal 95 250 223 0.62 0 0.11 0.02 169.55 0.94 0.68
Hex 5F FA DF 3E 0 B 2 AA 5E 44
Octal 137 372 337 76 0 13 2 252 136 104
Binary 1011111 11111010 11011111 111110 0 1011 10 10101010 1011110 1000100

Color Harmonies of #5FFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFADF

Black with #5FFADF

Text Example


Text Example

White with #5FFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,250,223); }

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

background-color css

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

 a { background-color: rgb(95,250,223); }

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

border-color css

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

 span { border-color: rgb(95,250,223); }

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