#5CFAD2

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

Shades of Aquamarine #5CFAD2

Tints of Aquamarine #5CFAD2

Color information

#5CFAD2 (or 0x5CFAD2) is unknown color: approx Aquamarine. HEX triplet: 5C, FA and D2. RGB value is (92,250,210). Sum of RGB (Red+Green+Blue) = 92+250+210=552 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.67% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #5CFAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFAD2 is #A3052D. Grayscale: #C6C6C6. Windows color (decimal): -10683694 or 13826652. OLE color: 13826652.

HSL color Cylindrical-coordinate representation of color #5CFAD2: hue angle of 164.81º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CFAD2 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB92250210-
CMYK0.6300.160.02
HSL164.81º94.05%67.06%-
HSV(B)164.81º63.2%98.04%-
XYZ50.2375.372.86-
YUV198.2134.6552.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.67%
GREEN value IS 250 (98.05% from 255) = 45.29%
BLUE value IS 210 (82.42% from 255) = 38.04%
R=16.67%
G=45.29%
B=38.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal922502100.6300.160.02164.8194.0567.06
Hex5CFAD23F0102a55e43
Octal134372322770202245136103
Binary10111001111101011010010111111010000101010010110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,250,210); }

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

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

 a { background-color: rgb(92,250,210); }

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

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

 span { border-color: rgb(92,250,210); }

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