#8BF1CC

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

Shades of Aquamarine #8BF1CC

Tints of Aquamarine #8BF1CC

Color information

#8BF1CC (or 0x8BF1CC) is unknown color: approx Aquamarine. HEX triplet: 8B, F1 and CC. RGB value is (139,241,204). Sum of RGB (Red+Green+Blue) = 139+241+204=584 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.80% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #8BF1CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF1CC is #740E33. Grayscale: #CECECE. Windows color (decimal): -7605812 or 13431179. OLE color: 13431179.

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

Color convert

RGB139241204-
CMYK0.4200.150.05
HSL158.24º78.46%74.51%-
HSV(B)158.24º42.32%94.51%-
XYZ5372.7668.38-
YUV206.28126.7180.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.80%
GREEN value IS 241 (94.53% from 255) = 41.27%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=23.80%
G=41.27%
B=34.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1392412040.4200.150.05158.2478.4674.51
Hex8BF1CC2A0F59e4e4b
Octal213361314520175236116113
Binary100010111111000111001100101010011111011001111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,241,204); }

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

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

 a { background-color: rgb(139,241,204); }

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

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

 span { border-color: rgb(139,241,204); }

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