#8ADAC0

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

Shades of Bermuda #8ADAC0

Tints of Bermuda #8ADAC0

Color information

#8ADAC0 (or 0x8ADAC0) is unknown color: approx Bermuda. HEX triplet: 8A, DA and C0. RGB value is (138,218,192). Sum of RGB (Red+Green+Blue) = 138+218+192=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADAC0 is #75253F. Grayscale: #BFBFBF. Windows color (decimal): -7677248 or 12638858. OLE color: 12638858.

HSL color Cylindrical-coordinate representation of color #8ADAC0: hue angle of 160.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADAC0 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB138218192-
CMYK0.3700.120.15
HSL160.5º51.95%69.8%-
HSV(B)160.5º36.7%85.49%-
XYZ45.0759.3558.95-
YUV191.12128.590.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.18%
GREEN value IS 218 (85.55% from 255) = 39.78%
BLUE value IS 192 (75.39% from 255) = 35.04%
R=25.18%
G=39.78%
B=35.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382181920.3700.120.15160.551.9569.8
Hex8ADAC0250CFa03446
Octal212332300450141724064106
Binary100010101101101011000000100101011001111101000001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,218,192); }

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

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

 a { background-color: rgb(138,218,192); }

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

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

 span { border-color: rgb(138,218,192); }

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