Html Css Color HEX #5CDAB0 Medium Aquamarine

📋 copy color: '#5CDAB0'

red 92 ◦ green 218 ◦ blue 176

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

Shades of Medium Aquamarine #5CDAB0

Tints of Medium Aquamarine #5CDAB0

RGB

 RED value IS 92 (36.33% from 255) = 18.93%

 GREEN value IS 218 (85.55% from 255) = 44.86%

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

R = 18.93%
G = 44.86%
B = 36.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#5CDAB0 (or 0x5CDAB0) is known color: Medium Aquamarine. HEX triplet: 5C, DA and B0. RGB value is (92,218,176). Sum of RGB (Red+Green+Blue) = 92+218+176=486 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.93% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDAB0 is #A3254F. Grayscale: #AFAFAF. Windows color (decimal): -10691920 or 11590236. OLE color: 11590236.

HSL color Cylindrical-coordinate representation of color #5CDAB0: hue angle of 160º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDAB0 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 92 218 176 -
CMYK 0.58 0 0.19 0.15
HSL 160º 0.63% 0.61% -
HSV(B) 160º 0.58% 0.85% -
XYZ 37.32 55.55 49.83 -
YUV 175.54 128.26 68.42 -
System Red Green Blue C M Y K H S L
Decimal 92 218 176 0.58 0 0.19 0.15 160 0.63 0.61
Hex 5C DA B0 3A 0 13 F A0 3F 3D
Octal 134 332 260 72 0 23 17 240 77 75
Binary 1011100 11011010 10110000 111010 0 10011 1111 10100000 111111 111101

Color Harmonies of #5CDAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDAB0

Black with #5CDAB0

Text Example


Text Example

White with #5CDAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,218,176); }

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

background-color css

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

 a { background-color: rgb(92,218,176); }

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

border-color css

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

 span { border-color: rgb(92,218,176); }

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