Html Css Color HEX #5DFABC Aquamarine

📋 copy color: '#5DFABC'

red 93 ◦ green 250 ◦ blue 188

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

Shades of Aquamarine #5DFABC

Tints of Aquamarine #5DFABC

RGB

 RED value IS 93 (36.72% from 255) = 17.51%

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

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 17.51%
G = 47.08%
B = 35.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#5DFABC (or 0x5DFABC) is known color: Aquamarine. HEX triplet: 5D, FA and BC. RGB value is (93,250,188). Sum of RGB (Red+Green+Blue) = 93+250+188=531 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.51% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFABC is #A20543. Grayscale: #C4C4C4. Windows color (decimal): -10618180 or 12384861. OLE color: 12384861.

HSL color Cylindrical-coordinate representation of color #5DFABC: hue angle of 156.31º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFABC is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 250 188 -
CMYK 0.63 0 0.25 0.02
HSL 156.31º 0.94% 0.67% -
HSV(B) 156.31º 0.63% 0.98% -
XYZ 47.78 74.33 59.41 -
YUV 195.99 123.49 54.54 -
System Red Green Blue C M Y K H S L
Decimal 93 250 188 0.63 0 0.25 0.02 156.31 0.94 0.67
Hex 5D FA BC 3F 0 19 2 9C 5E 43
Octal 135 372 274 77 0 31 2 234 136 103
Binary 1011101 11111010 10111100 111111 0 11001 10 10011100 1011110 1000011

Color Harmonies of #5DFABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFABC

Black with #5DFABC

Text Example


Text Example

White with #5DFABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,250,188); }

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

background-color css

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

 a { background-color: rgb(93,250,188); }

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

border-color css

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

 span { border-color: rgb(93,250,188); }

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