#8ACEBD

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

Shades of Bermuda #8ACEBD

Tints of Bermuda #8ACEBD

Color information

#8ACEBD (or 0x8ACEBD) is unknown color: approx Bermuda. HEX triplet: 8A, CE and BD. RGB value is (138,206,189). Sum of RGB (Red+Green+Blue) = 138+206+189=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACEBD is #753142. Grayscale: #B7B7B7. Windows color (decimal): -7680323 or 12439178. OLE color: 12439178.

HSL color Cylindrical-coordinate representation of color #8ACEBD: hue angle of 165º 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 #8ACEBD is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB138206189-
CMYK0.3300.080.19
HSL165º40.96%67.45%-
HSV(B)165º33.01%80.78%-
XYZ41.7453.2256.22-
YUV183.73130.9795.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.89%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=25.89%
G=38.65%
B=35.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382061890.3300.080.1916540.9667.45
Hex8ACEBD210813a52943
Octal212316275410102324551103
Binary1000101011001110101111011000010100010011101001011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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