#5CF9D7

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

Shades of Aquamarine #5CF9D7

Tints of Aquamarine #5CF9D7

Color information

#5CF9D7 (or 0x5CF9D7) is unknown color: approx Aquamarine. HEX triplet: 5C, F9 and D7. RGB value is (92,249,215). Sum of RGB (Red+Green+Blue) = 92+249+215=556 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.55% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #5CF9D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF9D7 is #A30628. Grayscale: #C6C6C6. Windows color (decimal): -10683945 or 14154076. OLE color: 14154076.

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

Color convert

RGB92249215-
CMYK0.6300.140.02
HSL167.01º92.9%66.86%-
HSV(B)167.01º63.05%97.65%-
XYZ50.5674.9376.09-
YUV198.18137.4952.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.55%
GREEN value IS 249 (97.66% from 255) = 44.78%
BLUE value IS 215 (84.38% from 255) = 38.67%
R=16.55%
G=44.78%
B=38.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal922492150.6300.140.02167.0192.966.86
Hex5CF9D73F0E2a75d43
Octal134371327770162247135103
Binary1011100111110011101011111111101110101010011110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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