#8ACEB7

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

Shades of Bermuda #8ACEB7

Tints of Bermuda #8ACEB7

Color information

#8ACEB7 (or 0x8ACEB7) is unknown color: approx Bermuda. HEX triplet: 8A, CE and B7. RGB value is (138,206,183). Sum of RGB (Red+Green+Blue) = 138+206+183=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACEB7 is #753148. Grayscale: #B7B7B7. Windows color (decimal): -7680329 or 12045962. OLE color: 12045962.

HSL color Cylindrical-coordinate representation of color #8ACEB7: hue angle of 159.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACEB7 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB138206183-
CMYK0.3300.110.19
HSL159.71º40.96%67.45%-
HSV(B)159.71º33.01%80.78%-
XYZ41.152.9652.86-
YUV183.05127.9795.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.19%
GREEN value IS 206 (80.86% from 255) = 39.09%
BLUE value IS 183 (71.88% from 255) = 34.72%
R=26.19%
G=39.09%
B=34.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382061830.3300.110.19159.7140.9667.45
Hex8ACEB7210B13a02943
Octal212316267410132324051103
Binary1000101011001110101101111000010101110011101000001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,206,183); }

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

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

 a { background-color: rgb(138,206,183); }

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

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

 span { border-color: rgb(138,206,183); }

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