Html Css Color HEX #5DCCB5 Medium Aquamarine

📋 copy color: '#5DCCB5'

red 93 ◦ green 204 ◦ blue 181

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

Shades of Medium Aquamarine #5DCCB5

Tints of Medium Aquamarine #5DCCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.87%

R = 19.46%
G = 42.68%
B = 37.87%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#5DCCB5 (or 0x5DCCB5) is known color: Medium Aquamarine. HEX triplet: 5D, CC and B5. RGB value is (93,204,181). Sum of RGB (Red+Green+Blue) = 93+204+181=478 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.46% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCCB5 is #A2334A. Grayscale: #A8A8A8. Windows color (decimal): -10629963 or 11914333. OLE color: 11914333.

HSL color Cylindrical-coordinate representation of color #5DCCB5: hue angle of 167.57º 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 #5DCCB5 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 204 181 -
CMYK 0.54 0 0.11 0.2
HSL 167.57º 0.52% 0.58% -
HSV(B) 167.57º 0.54% 0.8% -
XYZ 34.45 48.85 51.33 -
YUV 168.19 135.23 74.37 -
System Red Green Blue C M Y K H S L
Decimal 93 204 181 0.54 0 0.11 0.2 167.57 0.52 0.58
Hex 5D CC B5 36 0 B 14 A8 34 3A
Octal 135 314 265 66 0 13 24 250 64 72
Binary 1011101 11001100 10110101 110110 0 1011 10100 10101000 110100 111010

Color Harmonies of #5DCCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCCB5

Black with #5DCCB5

Text Example


Text Example

White with #5DCCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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