#8AD1B9

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

Shades of Bermuda #8AD1B9

Tints of Bermuda #8AD1B9

Color information

#8AD1B9 (or 0x8AD1B9) is unknown color: approx Bermuda. HEX triplet: 8A, D1 and B9. RGB value is (138,209,185). Sum of RGB (Red+Green+Blue) = 138+209+185=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD1B9 is #752E46. Grayscale: #B9B9B9. Windows color (decimal): -7679559 or 12177802. OLE color: 12177802.

HSL color Cylindrical-coordinate representation of color #8AD1B9: hue angle of 159.72º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD1B9 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB138209185-
CMYK0.3400.110.18
HSL159.72º43.56%68.04%-
HSV(B)159.72º33.97%81.96%-
XYZ42.0454.5154.2-
YUV185.04127.9894.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.94%
GREEN value IS 209 (82.03% from 255) = 39.29%
BLUE value IS 185 (72.66% from 255) = 34.77%
R=25.94%
G=39.29%
B=34.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382091850.3400.110.18159.7243.5668.04
Hex8AD1B9220B12a02c44
Octal212321271420132224054104
Binary1000101011010001101110011000100101110010101000001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,209,185); }

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

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

 a { background-color: rgb(138,209,185); }

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

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

 span { border-color: rgb(138,209,185); }

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