#8AFBDD

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

Shades of Aquamarine #8AFBDD

Tints of Aquamarine #8AFBDD

Color information

#8AFBDD (or 0x8AFBDD) is unknown color: approx Aquamarine. HEX triplet: 8A, FB and DD. RGB value is (138,251,221). Sum of RGB (Red+Green+Blue) = 138+251+221=610 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.62% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBDD is #750422. Grayscale: #D5D5D5. Windows color (decimal): -7668771 or 14547850. OLE color: 14547850.

HSL color Cylindrical-coordinate representation of color #8AFBDD: hue angle of 164.07º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFBDD is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB138251221-
CMYK0.4500.120.02
HSL164.07º93.39%76.27%-
HSV(B)164.07º45.02%98.43%-
XYZ58.0379.6280.72-
YUV213.79132.0673.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.62%
GREEN value IS 251 (98.44% from 255) = 41.15%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=22.62%
G=41.15%
B=36.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382512210.4500.120.02164.0793.3976.27
Hex8AFBDD2D0C2a45d4c
Octal212373335550142244135114
Binary10001010111110111101110110110101100101010010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AFBDD; }

 p { color: rgb(138,251,221); }

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

<style>
 a { background-color: #8AFBDD; }

 a { background-color: rgb(138,251,221); }

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

<style>
 span { border-color: #8AFBDD; }

 span { border-color: rgb(138,251,221); }

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