#5CC7B4

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

Shades of Medium Aquamarine #5CC7B4

Tints of Medium Aquamarine #5CC7B4

Color information

#5CC7B4 (or 0x5CC7B4) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, C7 and B4. RGB value is (92,199,180). Sum of RGB (Red+Green+Blue) = 92+199+180=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 199 - color contains mainly: green. Hex color #5CC7B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC7B4 is #A3384B. Grayscale: #A4A4A4. Windows color (decimal): -10696780 or 11847516. OLE color: 11847516.

HSL color Cylindrical-coordinate representation of color #5CC7B4: hue angle of 169.35º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CC7B4 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB92199180-
CMYK0.5400.100.22
HSL169.35º48.86%57.06%-
HSV(B)169.35º53.77%78.04%-
XYZ33.0846.4250.4-
YUV164.84136.5576.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.53%
GREEN value IS 199 (78.12% from 255) = 42.25%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=19.53%
G=42.25%
B=38.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal921991800.5400.100.22169.3548.8657.06
Hex5CC7B4360A16a93139
Octal13430726466012262516171
Binary10111001100011110110100110110010101011010101001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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