#5AFDCF

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

Shades of Aquamarine #5AFDCF

Tints of Aquamarine #5AFDCF

Color information

#5AFDCF (or 0x5AFDCF) is unknown color: approx Aquamarine. HEX triplet: 5A, FD and CF. RGB value is (90,253,207). Sum of RGB (Red+Green+Blue) = 90+253+207=550 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.36% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFDCF is #A50230. Grayscale: #C7C7C7. Windows color (decimal): -10814001 or 13630810. OLE color: 13630810.

HSL color Cylindrical-coordinate representation of color #5AFDCF: hue angle of 163.07º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFDCF is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB90253207-
CMYK0.6400.180.01
HSL163.07º97.6%67.25%-
HSV(B)163.07º64.43%99.22%-
XYZ50.676.9371.21-
YUV199.02132.550.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.36%
GREEN value IS 253 (99.22% from 255) = 46%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=16.36%
G=46%
B=37.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal902532070.6400.180.01163.0797.667.25
Hex5AFDCF400121a36243
Octal1323753171000221243142103
Binary10110101111110111001111100000001001011010001111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,253,207); }

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

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

 a { background-color: rgb(90,253,207); }

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

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

 span { border-color: rgb(90,253,207); }

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