#8AC5BF

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

Shades of Bermuda #8AC5BF

Tints of Bermuda #8AC5BF

Color information

#8AC5BF (or 0x8AC5BF) is unknown color: approx Bermuda. HEX triplet: 8A, C5 and BF. RGB value is (138,197,191). Sum of RGB (Red+Green+Blue) = 138+197+191=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC5BF is #753A40. Grayscale: #B2B2B2. Windows color (decimal): -7682625 or 12567946. OLE color: 12567946.

HSL color Cylindrical-coordinate representation of color #8AC5BF: hue angle of 173.9º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC5BF is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB138197191-
CMYK0.3000.030.23
HSL173.9º33.71%65.69%-
HSV(B)173.9º29.95%77.25%-
XYZ39.8549.156.67-
YUV178.68134.9598.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.24%
GREEN value IS 197 (77.34% from 255) = 37.45%
BLUE value IS 191 (75% from 255) = 36.31%
R=26.24%
G=37.45%
B=36.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1381971910.3000.030.23173.933.7165.69
Hex8AC5BF1E0317ae2242
Octal21230527736032725642102
Binary1000101011000101101111111111001110111101011101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,197,191); }

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

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

 a { background-color: rgb(138,197,191); }

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

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

 span { border-color: rgb(138,197,191); }

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