#8BFDCC

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

Shades of Aquamarine #8BFDCC

Tints of Aquamarine #8BFDCC

Color information

#8BFDCC (or 0x8BFDCC) is unknown color: approx Aquamarine. HEX triplet: 8B, FD and CC. RGB value is (139,253,204). Sum of RGB (Red+Green+Blue) = 139+253+204=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFDCC is #740233. Grayscale: #D5D5D5. Windows color (decimal): -7602740 or 13434251. OLE color: 13434251.

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

Color convert

RGB139253204-
CMYK0.4500.190.01
HSL154.21º96.61%76.86%-
HSV(B)154.21º45.06%99.22%-
XYZ56.6780.169.6-
YUV213.33122.7374.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.32%
GREEN value IS 253 (99.22% from 255) = 42.45%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=23.32%
G=42.45%
B=34.23%

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
Decimal1392532040.4500.190.01154.2196.6176.86
Hex8BFDCC2D01319a614d
Octal213375314550231232141115
Binary10001011111111011100110010110101001111001101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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