#5CCFB0

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

Shades of Medium Aquamarine #5CCFB0

Tints of Medium Aquamarine #5CCFB0

Color information

#5CCFB0 (or 0x5CCFB0) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, CF and B0. RGB value is (92,207,176). Sum of RGB (Red+Green+Blue) = 92+207+176=475 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.37% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCFB0 is #A3304F. Grayscale: #A9A9A9. Windows color (decimal): -10694736 or 11587420. OLE color: 11587420.

HSL color Cylindrical-coordinate representation of color #5CCFB0: hue angle of 163.83º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CCFB0 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB92207176-
CMYK0.5600.150.19
HSL163.83º54.5%58.63%-
HSV(B)163.83º55.56%81.18%-
XYZ34.5650.0448.91-
YUV169.08131.973.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.37%
GREEN value IS 207 (81.25% from 255) = 43.58%
BLUE value IS 176 (69.14% from 255) = 37.05%
R=19.37%
G=43.58%
B=37.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal922071760.5600.150.19163.8354.558.63
Hex5CCFB0380F13a4373b
Octal13431726070017232446773
Binary10111001100111110110000111000011111001110100100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,207,176); }

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

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

 a { background-color: rgb(92,207,176); }

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

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

 span { border-color: rgb(92,207,176); }

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