Html Css Color HEX #5CDDB4 Medium Aquamarine

📋 copy color: '#5CDDB4'

red 92 ◦ green 221 ◦ blue 180

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

Shades of Medium Aquamarine #5CDDB4

Tints of Medium Aquamarine #5CDDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.51%

R = 18.66%
G = 44.83%
B = 36.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#5CDDB4 (or 0x5CDDB4) is known color: Medium Aquamarine. HEX triplet: 5C, DD and B4. RGB value is (92,221,180). Sum of RGB (Red+Green+Blue) = 92+221+180=493 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.66% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDDB4 is #A3224B. Grayscale: #B1B1B1. Windows color (decimal): -10691148 or 11853148. OLE color: 11853148.

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

Color convert

RGB 92 221 180 -
CMYK 0.58 0 0.19 0.13
HSL 160.93º 0.65% 0.61% -
HSV(B) 160.93º 0.58% 0.87% -
XYZ 38.51 57.28 52.21 -
YUV 177.76 129.26 66.83 -
System Red Green Blue C M Y K H S L
Decimal 92 221 180 0.58 0 0.19 0.13 160.93 0.65 0.61
Hex 5C DD B4 3A 0 13 D A1 41 3D
Octal 134 335 264 72 0 23 15 241 101 75
Binary 1011100 11011101 10110100 111010 0 10011 1101 10100001 1000001 111101

Color Harmonies of #5CDDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDDB4

Black with #5CDDB4

Text Example


Text Example

White with #5CDDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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