Html Css Color HEX #5DCFA5 Medium Aquamarine

📋 copy color: '#5DCFA5'

red 93 ◦ green 207 ◦ blue 165

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

Shades of Medium Aquamarine #5DCFA5

Tints of Medium Aquamarine #5DCFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.48%

R = 20%
G = 44.52%
B = 35.48%

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

#5DCFA5 (or 0x5DCFA5) is known color: Medium Aquamarine. HEX triplet: 5D, CF and A5. RGB value is (93,207,165). Sum of RGB (Red+Green+Blue) = 93+207+165=465 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCFA5 is #A2305A. Grayscale: #A8A8A8. Windows color (decimal): -10629211 or 10866525. OLE color: 10866525.

HSL color Cylindrical-coordinate representation of color #5DCFA5: hue angle of 157.89º 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 #5DCFA5 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 207 165 -
CMYK 0.55 0 0.20 0.19
HSL 157.89º 0.54% 0.59% -
HSV(B) 157.89º 0.55% 0.81% -
XYZ 33.62 49.67 43.41 -
YUV 168.13 126.23 74.42 -
System Red Green Blue C M Y K H S L
Decimal 93 207 165 0.55 0 0.20 0.19 157.89 0.54 0.59
Hex 5D CF A5 37 0 14 13 9E 36 3B
Octal 135 317 245 67 0 24 23 236 66 73
Binary 1011101 11001111 10100101 110111 0 10100 10011 10011110 110110 111011

Color Harmonies of #5DCFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCFA5

Black with #5DCFA5

Text Example


Text Example

White with #5DCFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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