#8AC1BE

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

Shades of Bermuda #8AC1BE

Tints of Bermuda #8AC1BE

Color information

#8AC1BE (or 0x8AC1BE) is unknown color: approx Bermuda. HEX triplet: 8A, C1 and BE. RGB value is (138,193,190). Sum of RGB (Red+Green+Blue) = 138+193+190=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC1BE is #753E41. Grayscale: #B0B0B0. Windows color (decimal): -7683650 or 12501386. OLE color: 12501386.

HSL color Cylindrical-coordinate representation of color #8AC1BE: hue angle of 176.73º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AC1BE is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB138193190-
CMYK0.2800.020.24
HSL176.73º30.73%64.9%-
HSV(B)176.73º28.5%75.69%-
XYZ38.8547.2655.79-
YUV176.21135.78100.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.49%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=26.49%
G=37.04%
B=36.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381931900.2800.020.24176.7330.7364.9
Hex8AC1BE1C0218b11f41
Octal21230127634023026137101
Binary100010101100000110111110111000101100010110001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,193,190); }

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

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

 a { background-color: rgb(138,193,190); }

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

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

 span { border-color: rgb(138,193,190); }

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