#86FFCB

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

Shades of Aquamarine #86FFCB

Tints of Aquamarine #86FFCB

Color information

#86FFCB (or 0x86FFCB) is unknown color: approx Aquamarine. HEX triplet: 86, FF and CB. RGB value is (134,255,203). Sum of RGB (Red+Green+Blue) = 134+255+203=592 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.64% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FFCB is #790034. Grayscale: #D4D4D4. Windows color (decimal): -7929909 or 13369222. OLE color: 13369222.

HSL color Cylindrical-coordinate representation of color #86FFCB: hue angle of 154.21º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FFCB is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB134255203-
CMYK0.4700.200
HSL154.21º100%76.27%-
HSV(B)154.21º47.45%100%-
XYZ56.3780.969.14-
YUV212.89122.4171.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.64%
GREEN value IS 255 (100% from 255) = 43.07%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=22.64%
G=43.07%
B=34.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1342552030.4700.200154.2110076.27
Hex86FFCB2F01409a644c
Octal206377313570240232144114
Binary10000110111111111100101110111101010001001101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86FFCB; }

 p { color: rgb(134,255,203); }

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

<style>
 a { background-color: #86FFCB; }

 a { background-color: rgb(134,255,203); }

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

<style>
 span { border-color: #86FFCB; }

 span { border-color: rgb(134,255,203); }

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