#5CF7CA

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

Shades of Aquamarine #5CF7CA

Tints of Aquamarine #5CF7CA

Color information

#5CF7CA (or 0x5CF7CA) is unknown color: approx Aquamarine. HEX triplet: 5C, F7 and CA. RGB value is (92,247,202). Sum of RGB (Red+Green+Blue) = 92+247+202=541 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.01% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #5CF7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF7CA is #A30835. Grayscale: #C3C3C3. Windows color (decimal): -10684470 or 13301596. OLE color: 13301596.

HSL color Cylindrical-coordinate representation of color #5CF7CA: hue angle of 162.58º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF7CA is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB92247202-
CMYK0.6300.180.03
HSL162.58º90.64%66.47%-
HSV(B)162.58º62.75%96.86%-
XYZ48.3473.0667.43-
YUV195.52131.6554.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.01%
GREEN value IS 247 (96.88% from 255) = 45.66%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=17.01%
G=45.66%
B=37.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal922472020.6300.180.03162.5890.6466.47
Hex5CF7CA3F0123a35b42
Octal134367312770223243133102
Binary10111001111011111001010111111010010111010001110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,247,202); }

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

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

 a { background-color: rgb(92,247,202); }

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

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

 span { border-color: rgb(92,247,202); }

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