Html Css Color HEX #5CDBA5 Medium Aquamarine

📋 copy color: '#5CDBA5'

red 92 ◦ green 219 ◦ blue 165

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

Shades of Medium Aquamarine #5CDBA5

Tints of Medium Aquamarine #5CDBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.01%

 BLUE value IS 165 (64.84% from 255) = 34.66%

R = 19.33%
G = 46.01%
B = 34.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#5CDBA5 (or 0x5CDBA5) is known color: Medium Aquamarine. HEX triplet: 5C, DB and A5. RGB value is (92,219,165). Sum of RGB (Red+Green+Blue) = 92+219+165=476 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.33% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDBA5 is #A3245A. Grayscale: #AEAEAE. Windows color (decimal): -10691675 or 10869596. OLE color: 10869596.

HSL color Cylindrical-coordinate representation of color #5CDBA5: hue angle of 154.49º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDBA5 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 219 165 -
CMYK 0.58 0 0.25 0.14
HSL 154.49º 0.64% 0.61% -
HSV(B) 154.49º 0.58% 0.86% -
XYZ 36.54 55.65 44.41 -
YUV 174.87 122.42 68.89 -
System Red Green Blue C M Y K H S L
Decimal 92 219 165 0.58 0 0.25 0.14 154.49 0.64 0.61
Hex 5C DB A5 3A 0 19 E 9A 40 3D
Octal 134 333 245 72 0 31 16 232 100 75
Binary 1011100 11011011 10100101 111010 0 11001 1110 10011010 1000000 111101

Color Harmonies of #5CDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDBA5

Black with #5CDBA5

Text Example


Text Example

White with #5CDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,219,165); }

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

background-color css

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

 a { background-color: rgb(92,219,165); }

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

border-color css

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

 span { border-color: rgb(92,219,165); }

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