Html Css Color HEX #5DCEB0 Medium Aquamarine

📋 copy color: '#5DCEB0'

red 93 ◦ green 206 ◦ blue 176

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

Shades of Medium Aquamarine #5DCEB0

Tints of Medium Aquamarine #5DCEB0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.37%

 BLUE value IS 176 (69.14% from 255) = 37.05%

R = 19.58%
G = 43.37%
B = 37.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#5DCEB0 (or 0x5DCEB0) is known color: Medium Aquamarine. HEX triplet: 5D, CE and B0. RGB value is (93,206,176). Sum of RGB (Red+Green+Blue) = 93+206+176=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCEB0 is #A2314F. Grayscale: #A8A8A8. Windows color (decimal): -10629456 or 11587165. OLE color: 11587165.

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

Color convert

RGB 93 206 176 -
CMYK 0.55 0 0.15 0.19
HSL 164.07º 0.54% 0.59% -
HSV(B) 164.07º 0.55% 0.81% -
XYZ 34.42 49.6 48.83 -
YUV 168.79 132.06 73.94 -
System Red Green Blue C M Y K H S L
Decimal 93 206 176 0.55 0 0.15 0.19 164.07 0.54 0.59
Hex 5D CE B0 37 0 F 13 A4 36 3B
Octal 135 316 260 67 0 17 23 244 66 73
Binary 1011101 11001110 10110000 110111 0 1111 10011 10100100 110110 111011

Color Harmonies of #5DCEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCEB0

Black with #5DCEB0

Text Example


Text Example

White with #5DCEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,206,176); }

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

background-color css

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

 a { background-color: rgb(93,206,176); }

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

border-color css

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

 span { border-color: rgb(93,206,176); }

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