Html Css Color HEX #5CDD9D Medium Aquamarine

📋 copy color: '#5CDD9D'

red 92 ◦ green 221 ◦ blue 157

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

Shades of Medium Aquamarine #5CDD9D

Tints of Medium Aquamarine #5CDD9D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.02%

 BLUE value IS 157 (61.72% from 255) = 33.4%

R = 19.57%
G = 47.02%
B = 33.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#5CDD9D (or 0x5CDD9D) is known color: Medium Aquamarine. HEX triplet: 5C, DD and 9D. RGB value is (92,221,157). Sum of RGB (Red+Green+Blue) = 92+221+157=470 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.57% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDD9D is #A32262. Grayscale: #AFAFAF. Windows color (decimal): -10691171 or 10345820. OLE color: 10345820.

HSL color Cylindrical-coordinate representation of color #5CDD9D: hue angle of 150.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDD9D is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 92 221 157 -
CMYK 0.58 0 0.29 0.13
HSL 150.23º 0.65% 0.61% -
HSV(B) 150.23º 0.58% 0.87% -
XYZ 36.36 56.42 40.87 -
YUV 175.13 117.76 68.7 -
System Red Green Blue C M Y K H S L
Decimal 92 221 157 0.58 0 0.29 0.13 150.23 0.65 0.61
Hex 5C DD 9D 3A 0 1D D 96 41 3D
Octal 134 335 235 72 0 35 15 226 101 75
Binary 1011100 11011101 10011101 111010 0 11101 1101 10010110 1000001 111101

Color Harmonies of #5CDD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDD9D

Black with #5CDD9D

Text Example


Text Example

White with #5CDD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,221,157); }

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

background-color css

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

 a { background-color: rgb(92,221,157); }

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

border-color css

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

 span { border-color: rgb(92,221,157); }

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