Html Css Color HEX #5DCBB0 Medium Aquamarine

📋 copy color: '#5DCBB0'

red 93 ◦ green 203 ◦ blue 176

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

Shades of Medium Aquamarine #5DCBB0

Tints of Medium Aquamarine #5DCBB0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.01%

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

R = 19.7%
G = 43.01%
B = 37.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#5DCBB0 (or 0x5DCBB0) is known color: Medium Aquamarine. HEX triplet: 5D, CB and B0. RGB value is (93,203,176). Sum of RGB (Red+Green+Blue) = 93+203+176=472 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.70% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCBB0 is #A2344F. Grayscale: #A7A7A7. Windows color (decimal): -10630224 or 11586397. OLE color: 11586397.

HSL color Cylindrical-coordinate representation of color #5DCBB0: hue angle of 165.27º degrees, saturation: 0.51, 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 #5DCBB0 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 203 176 -
CMYK 0.54 0 0.13 0.20
HSL 165.27º 0.51% 0.58% -
HSV(B) 165.27º 0.54% 0.8% -
XYZ 33.71 48.17 48.6 -
YUV 167.03 133.06 75.2 -
System Red Green Blue C M Y K H S L
Decimal 93 203 176 0.54 0 0.13 0.20 165.27 0.51 0.58
Hex 5D CB B0 36 0 D 14 A5 33 3A
Octal 135 313 260 66 0 15 24 245 63 72
Binary 1011101 11001011 10110000 110110 0 1101 10100 10100101 110011 111010

Color Harmonies of #5DCBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCBB0

Black with #5DCBB0

Text Example


Text Example

White with #5DCBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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