Html Css Color HEX #5DCFA6 Medium Aquamarine

📋 copy color: '#5DCFA6'

red 93 ◦ green 207 ◦ blue 166

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

Shades of Medium Aquamarine #5DCFA6

Tints of Medium Aquamarine #5DCFA6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.42%

 BLUE value IS 166 (65.23% from 255) = 35.62%

R = 19.96%
G = 44.42%
B = 35.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#5DCFA6 (or 0x5DCFA6) is known color: Medium Aquamarine. HEX triplet: 5D, CF and A6. RGB value is (93,207,166). Sum of RGB (Red+Green+Blue) = 93+207+166=466 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.96% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCFA6 is #A23059. Grayscale: #A8A8A8. Windows color (decimal): -10629210 or 10932061. OLE color: 10932061.

HSL color Cylindrical-coordinate representation of color #5DCFA6: hue angle of 158.42º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCFA6 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 207 166 -
CMYK 0.55 0 0.20 0.19
HSL 158.42º 0.54% 0.59% -
HSV(B) 158.42º 0.55% 0.81% -
XYZ 33.71 49.71 43.89 -
YUV 168.24 126.73 74.33 -
System Red Green Blue C M Y K H S L
Decimal 93 207 166 0.55 0 0.20 0.19 158.42 0.54 0.59
Hex 5D CF A6 37 0 14 13 9E 36 3B
Octal 135 317 246 67 0 24 23 236 66 73
Binary 1011101 11001111 10100110 110111 0 10100 10011 10011110 110110 111011

Color Harmonies of #5DCFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCFA6

Black with #5DCFA6

Text Example


Text Example

White with #5DCFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,207,166); }

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

background-color css

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

 a { background-color: rgb(93,207,166); }

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

border-color css

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

 span { border-color: rgb(93,207,166); }

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