#8AFDCC

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

Shades of Aquamarine #8AFDCC

Tints of Aquamarine #8AFDCC

Color information

#8AFDCC (or 0x8AFDCC) is unknown color: approx Aquamarine. HEX triplet: 8A, FD and CC. RGB value is (138,253,204). Sum of RGB (Red+Green+Blue) = 138+253+204=595 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.19% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFDCC is #750233. Grayscale: #D5D5D5. Windows color (decimal): -7668276 or 13434250. OLE color: 13434250.

HSL color Cylindrical-coordinate representation of color #8AFDCC: hue angle of 154.43º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFDCC is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB138253204-
CMYK0.4500.190.01
HSL154.43º96.64%76.67%-
HSV(B)154.43º45.45%99.22%-
XYZ56.5180.0169.59-
YUV213.03122.974.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.19%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=23.19%
G=42.52%
B=34.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382532040.4500.190.01154.4396.6476.67
Hex8AFDCC2D01319a614d
Octal212375314550231232141115
Binary10001010111111011100110010110101001111001101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,253,204); }

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

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

 a { background-color: rgb(138,253,204); }

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

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

 span { border-color: rgb(138,253,204); }

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