#8BF2C4

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

Shades of Aquamarine #8BF2C4

Tints of Aquamarine #8BF2C4

Color information

#8BF2C4 (or 0x8BF2C4) is unknown color: approx Aquamarine. HEX triplet: 8B, F2 and C4. RGB value is (139,242,196). Sum of RGB (Red+Green+Blue) = 139+242+196=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF2C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF2C4 is #740D3B. Grayscale: #CECECE. Windows color (decimal): -7605564 or 12907147. OLE color: 12907147.

HSL color Cylindrical-coordinate representation of color #8BF2C4: hue angle of 153.2º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF2C4 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB139242196-
CMYK0.4300.190.05
HSL153.2º79.84%74.71%-
HSV(B)153.2º42.56%94.9%-
XYZ52.3672.9863.55-
YUV205.96122.3880.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.09%
GREEN value IS 242 (94.92% from 255) = 41.94%
BLUE value IS 196 (76.95% from 255) = 33.97%
R=24.09%
G=41.94%
B=33.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1392421960.4300.190.05153.279.8474.71
Hex8BF2C42B013599504b
Octal213362304530235231120113
Binary1000101111110010110001001010110100111011001100110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,242,196); }

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

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

 a { background-color: rgb(139,242,196); }

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

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

 span { border-color: rgb(139,242,196); }

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