Html Css Color HEX #5DCCB2 Medium Aquamarine

📋 copy color: '#5DCCB2'

red 93 ◦ green 204 ◦ blue 178

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

Shades of Medium Aquamarine #5DCCB2

Tints of Medium Aquamarine #5DCCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.47%

R = 19.58%
G = 42.95%
B = 37.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#5DCCB2 (or 0x5DCCB2) is known color: Medium Aquamarine. HEX triplet: 5D, CC and B2. RGB value is (93,204,178). Sum of RGB (Red+Green+Blue) = 93+204+178=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCCB2 is #A2334D. Grayscale: #A7A7A7. Windows color (decimal): -10629966 or 11717725. OLE color: 11717725.

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

Color convert

RGB 93 204 178 -
CMYK 0.54 0 0.13 0.2
HSL 165.95º 0.52% 0.58% -
HSV(B) 165.95º 0.54% 0.8% -
XYZ 34.14 48.73 49.73 -
YUV 167.85 133.73 74.61 -
System Red Green Blue C M Y K H S L
Decimal 93 204 178 0.54 0 0.13 0.2 165.95 0.52 0.58
Hex 5D CC B2 36 0 D 14 A6 34 3A
Octal 135 314 262 66 0 15 24 246 64 72
Binary 1011101 11001100 10110010 110110 0 1101 10100 10100110 110100 111010

Color Harmonies of #5DCCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCCB2

Black with #5DCCB2

Text Example


Text Example

White with #5DCCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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