#5FF9DD

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

Shades of Aquamarine #5FF9DD

Tints of Aquamarine #5FF9DD

Color information

#5FF9DD (or 0x5FF9DD) is unknown color: approx Aquamarine. HEX triplet: 5F, F9 and DD. RGB value is (95,249,221). Sum of RGB (Red+Green+Blue) = 95+249+221=565 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.81% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #5FF9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF9DD is #A00622. Grayscale: #C7C7C7. Windows color (decimal): -10487331 or 14547295. OLE color: 14547295.

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

Color convert

RGB95249221-
CMYK0.6200.110.02
HSL169.09º92.77%67.45%-
HSV(B)169.09º61.85%97.65%-
XYZ51.6575.480.24-
YUV199.76139.9853.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.81%
GREEN value IS 249 (97.66% from 255) = 44.07%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=16.81%
G=44.07%
B=39.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952492210.6200.110.02169.0992.7767.45
Hex5FF9DD3E0B2a95d43
Octal137371335760132251135103
Binary1011111111110011101110111111001011101010100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,249,221); }

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

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

 a { background-color: rgb(95,249,221); }

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

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

 span { border-color: rgb(95,249,221); }

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