#8AFFC3

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

Shades of Aquamarine #8AFFC3

Tints of Aquamarine #8AFFC3

Color information

#8AFFC3 (or 0x8AFFC3) is unknown color: approx Aquamarine. HEX triplet: 8A, FF and C3. RGB value is (138,255,195). Sum of RGB (Red+Green+Blue) = 138+255+195=588 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.47% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFFC3 is #75003C. Grayscale: #D5D5D5. Windows color (decimal): -7667773 or 12844938. OLE color: 12844938.

HSL color Cylindrical-coordinate representation of color #8AFFC3: hue angle of 149.23º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFFC3 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB138255195-
CMYK0.4600.240
HSL149.23º100%77.06%-
HSV(B)149.23º45.88%100%-
XYZ56.0980.8664.28-
YUV213.18117.7474.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.47%
GREEN value IS 255 (100% from 255) = 43.37%
BLUE value IS 195 (76.56% from 255) = 33.16%
R=23.47%
G=43.37%
B=33.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382551950.4600.240149.2310077.06
Hex8AFFC32E018095644d
Octal212377303560300225144115
Binary10001010111111111100001110111001100001001010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,255,195); }

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

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

 a { background-color: rgb(138,255,195); }

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

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

 span { border-color: rgb(138,255,195); }

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