Html Css Color HEX #5DCF9A Medium Aquamarine

📋 copy color: '#5DCF9A'

red 93 ◦ green 207 ◦ blue 154

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

Shades of Medium Aquamarine #5DCF9A

Tints of Medium Aquamarine #5DCF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.92%

R = 20.48%
G = 45.59%
B = 33.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#5DCF9A (or 0x5DCF9A) is known color: Medium Aquamarine. HEX triplet: 5D, CF and 9A. RGB value is (93,207,154). Sum of RGB (Red+Green+Blue) = 93+207+154=454 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.48% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCF9A is #A23065. Grayscale: #A6A6A6. Windows color (decimal): -10629222 or 10145629. OLE color: 10145629.

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

Color convert

RGB 93 207 154 -
CMYK 0.55 0 0.26 0.19
HSL 152.11º 0.54% 0.59% -
HSV(B) 152.11º 0.55% 0.81% -
XYZ 32.66 49.29 38.36 -
YUV 166.87 120.73 75.31 -
System Red Green Blue C M Y K H S L
Decimal 93 207 154 0.55 0 0.26 0.19 152.11 0.54 0.59
Hex 5D CF 9A 37 0 1A 13 98 36 3B
Octal 135 317 232 67 0 32 23 230 66 73
Binary 1011101 11001111 10011010 110111 0 11010 10011 10011000 110110 111011

Color Harmonies of #5DCF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCF9A

Black with #5DCF9A

Text Example


Text Example

White with #5DCF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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