#8AC5BD

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

Shades of Bermuda #8AC5BD

Tints of Bermuda #8AC5BD

Color information

#8AC5BD (or 0x8AC5BD) is unknown color: approx Bermuda. HEX triplet: 8A, C5 and BD. RGB value is (138,197,189). Sum of RGB (Red+Green+Blue) = 138+197+189=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC5BD is #753A42. Grayscale: #B2B2B2. Windows color (decimal): -7682627 or 12436874. OLE color: 12436874.

HSL color Cylindrical-coordinate representation of color #8AC5BD: hue angle of 171.86º 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 #8AC5BD is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB138197189-
CMYK0.3000.040.23
HSL171.86º33.71%65.69%-
HSV(B)171.86º29.95%77.25%-
XYZ39.6349.0155.52-
YUV178.45133.9599.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.34%
GREEN value IS 197 (77.34% from 255) = 37.60%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=26.34%
G=37.60%
B=36.07%

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
Decimal1381971890.3000.040.23171.8633.7165.69
Hex8AC5BD1E0417ac2242
Octal21230527536042725442102
Binary10001010110001011011110111110010010111101011001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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