#8AC4BC

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

Shades of Bermuda #8AC4BC

Tints of Bermuda #8AC4BC

Color information

#8AC4BC (or 0x8AC4BC) is unknown color: approx Bermuda. HEX triplet: 8A, C4 and BC. RGB value is (138,196,188). Sum of RGB (Red+Green+Blue) = 138+196+188=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC4BC is #753B43. Grayscale: #B1B1B1. Windows color (decimal): -7682884 or 12371082. OLE color: 12371082.

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

Color convert

RGB138196188-
CMYK0.3000.040.23
HSL171.72º32.95%65.49%-
HSV(B)171.72º29.59%76.86%-
XYZ39.348.5154.87-
YUV177.75133.7899.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.44%
GREEN value IS 196 (76.95% from 255) = 37.55%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=26.44%
G=37.55%
B=36.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1381961880.3000.040.23171.7232.9565.49
Hex8AC4BC1E0417ac2141
Octal21230427436042725441101
Binary10001010110001001011110011110010010111101011001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,196,188); }

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

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

 a { background-color: rgb(138,196,188); }

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

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

 span { border-color: rgb(138,196,188); }

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