#8BF4DC

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

Shades of Aquamarine #8BF4DC

Tints of Aquamarine #8BF4DC

Color information

#8BF4DC (or 0x8BF4DC) is unknown color: approx Aquamarine. HEX triplet: 8B, F4 and DC. RGB value is (139,244,220). Sum of RGB (Red+Green+Blue) = 139+244+220=603 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.05% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 244 - color contains mainly: green. Hex color #8BF4DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF4DC is #740B23. Grayscale: #D1D1D1. Windows color (decimal): -7605028 or 14480523. OLE color: 14480523.

HSL color Cylindrical-coordinate representation of color #8BF4DC: hue angle of 166.29º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF4DC is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB139244220-
CMYK0.4300.100.04
HSL166.29º82.68%75.1%-
HSV(B)166.29º43.03%95.69%-
XYZ55.9275.3679.31-
YUV209.87133.7177.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.05%
GREEN value IS 244 (95.70% from 255) = 40.46%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=23.05%
G=40.46%
B=36.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1392442200.4300.100.04166.2982.6875.1
Hex8BF4DC2B0A4a6534b
Octal213364334530124246123113
Binary100010111111010011011100101011010101001010011010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,244,220); }

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

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

 a { background-color: rgb(139,244,220); }

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

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

 span { border-color: rgb(139,244,220); }

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