Html Css Color HEX #5DCCA5 Medium Aquamarine

📋 copy color: '#5DCCA5'

red 93 ◦ green 204 ◦ blue 165

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

Shades of Medium Aquamarine #5DCCA5

Tints of Medium Aquamarine #5DCCA5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.16%

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

R = 20.13%
G = 44.16%
B = 35.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#5DCCA5 (or 0x5DCCA5) is known color: Medium Aquamarine. HEX triplet: 5D, CC and A5. RGB value is (93,204,165). Sum of RGB (Red+Green+Blue) = 93+204+165=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCCA5 is #A2335A. Grayscale: #A6A6A6. Windows color (decimal): -10629979 or 10865757. OLE color: 10865757.

HSL color Cylindrical-coordinate representation of color #5DCCA5: hue angle of 158.92º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCCA5 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 204 165 -
CMYK 0.54 0 0.19 0.2
HSL 158.92º 0.52% 0.58% -
HSV(B) 158.92º 0.54% 0.8% -
XYZ 32.9 48.23 43.17 -
YUV 166.37 127.23 75.67 -
System Red Green Blue C M Y K H S L
Decimal 93 204 165 0.54 0 0.19 0.2 158.92 0.52 0.58
Hex 5D CC A5 36 0 13 14 9F 34 3A
Octal 135 314 245 66 0 23 24 237 64 72
Binary 1011101 11001100 10100101 110110 0 10011 10100 10011111 110100 111010

Color Harmonies of #5DCCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCCA5

Black with #5DCCA5

Text Example


Text Example

White with #5DCCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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