#8AF9C4

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

Shades of Aquamarine #8AF9C4

Tints of Aquamarine #8AF9C4

Color information

#8AF9C4 (or 0x8AF9C4) is unknown color: approx Aquamarine. HEX triplet: 8A, F9 and C4. RGB value is (138,249,196). Sum of RGB (Red+Green+Blue) = 138+249+196=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF9C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF9C4 is #75063B. Grayscale: #D1D1D1. Windows color (decimal): -7669308 or 12908938. OLE color: 12908938.

HSL color Cylindrical-coordinate representation of color #8AF9C4: hue angle of 151.35º degrees, saturation: 0.9, 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 #8AF9C4 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB138249196-
CMYK0.4500.210.02
HSL151.35º90.24%75.88%-
HSV(B)151.35º44.58%97.65%-
XYZ54.3277.1464.25-
YUV209.77120.2376.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.67%
GREEN value IS 249 (97.66% from 255) = 42.71%
BLUE value IS 196 (76.95% from 255) = 33.62%
R=23.67%
G=42.71%
B=33.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382491960.4500.210.02151.3590.2475.88
Hex8AF9C42D0152975a4c
Octal212371304550252227132114
Binary100010101111100111000100101101010101101001011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,249,196); }

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

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

 a { background-color: rgb(138,249,196); }

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

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

 span { border-color: rgb(138,249,196); }

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