#5CF9B6

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

Shades of Aquamarine #5CF9B6

Tints of Aquamarine #5CF9B6

Color information

#5CF9B6 (or 0x5CF9B6) is unknown color: approx Aquamarine. HEX triplet: 5C, F9 and B6. RGB value is (92,249,182). Sum of RGB (Red+Green+Blue) = 92+249+182=523 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.59% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #5CF9B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF9B6 is #A30649. Grayscale: #C2C2C2. Windows color (decimal): -10683978 or 11991388. OLE color: 11991388.

HSL color Cylindrical-coordinate representation of color #5CF9B6: hue angle of 154.39º degrees, saturation: 0.93, 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 #5CF9B6 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB92249182-
CMYK0.6300.270.02
HSL154.39º92.9%66.86%-
HSV(B)154.39º63.05%97.65%-
XYZ46.7373.455.96-
YUV194.42120.9954.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.59%
GREEN value IS 249 (97.66% from 255) = 47.61%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=17.59%
G=47.61%
B=34.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal922491820.6300.270.02154.3992.966.86
Hex5CF9B63F01B29a5d43
Octal134371266770332232135103
Binary10111001111100110110110111111011011101001101010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,249,182); }

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

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

 a { background-color: rgb(92,249,182); }

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

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

 span { border-color: rgb(92,249,182); }

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