#8AFBC2

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

Shades of Aquamarine #8AFBC2

Tints of Aquamarine #8AFBC2

Color information

#8AFBC2 (or 0x8AFBC2) is unknown color: approx Aquamarine. HEX triplet: 8A, FB and C2. RGB value is (138,251,194). Sum of RGB (Red+Green+Blue) = 138+251+194=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBC2 is #75043D. Grayscale: #D2D2D2. Windows color (decimal): -7668798 or 12778378. OLE color: 12778378.

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

Color convert

RGB138251194-
CMYK0.4500.230.02
HSL149.73º93.39%76.27%-
HSV(B)149.73º45.02%98.43%-
XYZ54.7278.2963.27-
YUV210.71118.5676.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.67%
GREEN value IS 251 (98.44% from 255) = 43.05%
BLUE value IS 194 (76.17% from 255) = 33.28%
R=23.67%
G=43.05%
B=33.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382511940.4500.230.02149.7393.3976.27
Hex8AFBC22D0172965d4c
Octal212373302550272226135114
Binary100010101111101111000010101101010111101001011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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