#8AC5BC

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

Shades of Bermuda #8AC5BC

Tints of Bermuda #8AC5BC

Color information

#8AC5BC (or 0x8AC5BC) is unknown color: approx Bermuda. HEX triplet: 8A, C5 and BC. RGB value is (138,197,188). Sum of RGB (Red+Green+Blue) = 138+197+188=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC5BC is #753A43. Grayscale: #B2B2B2. Windows color (decimal): -7682628 or 12371338. OLE color: 12371338.

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

Color convert

RGB138197188-
CMYK0.3000.050.23
HSL170.85º33.71%65.69%-
HSV(B)170.85º29.95%77.25%-
XYZ39.5248.9754.95-
YUV178.33133.4599.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.39%
GREEN value IS 197 (77.34% from 255) = 37.67%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=26.39%
G=37.67%
B=35.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1381971880.3000.050.23170.8533.7165.69
Hex8AC5BC1E0517ab2242
Octal21230527436052725342102
Binary10001010110001011011110011110010110111101010111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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