#5CDDB7

Color #5CDDB7 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5CDDB7

Tints of Medium Aquamarine #5CDDB7

Color information

#5CDDB7 (or 0x5CDDB7) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, DD and B7. RGB value is (92,221,183). Sum of RGB (Red+Green+Blue) = 92+221+183=496 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.55% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDDB7 is #A32248. Grayscale: #B2B2B2. Windows color (decimal): -10691145 or 12049756. OLE color: 12049756.

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

Color convert

RGB92221183-
CMYK0.5800.170.13
HSL162.33º65.48%61.37%-
HSV(B)162.33º58.37%86.67%-
XYZ38.8257.4153.83-
YUV178.1130.7666.59-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.55%
GREEN value IS 221 (86.72% from 255) = 44.56%
BLUE value IS 183 (71.88% from 255) = 36.90%
R=18.55%
G=44.56%
B=36.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922211830.5800.170.13162.3365.4861.37
Hex5CDDB73A011Da2413d
Octal134335267720211524210175
Binary101110011011101101101111110100100011101101000101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5CDDB7;
 }
 .AnyTagClassName
 {
   color: #5CDDB7;
 }
</style>
background-color css

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

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

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

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

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

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