#8AD0BF

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

Shades of Bermuda #8AD0BF

Tints of Bermuda #8AD0BF

Color information

#8AD0BF (or 0x8AD0BF) is unknown color: approx Bermuda. HEX triplet: 8A, D0 and BF. RGB value is (138,208,191). Sum of RGB (Red+Green+Blue) = 138+208+191=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD0BF is #752F40. Grayscale: #B9B9B9. Windows color (decimal): -7679809 or 12570762. OLE color: 12570762.

HSL color Cylindrical-coordinate representation of color #8AD0BF: hue angle of 165.43º degrees, saturation: 0.43, 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 #8AD0BF is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB138208191-
CMYK0.3400.080.18
HSL165.43º42.68%67.84%-
HSV(B)165.43º33.65%81.57%-
XYZ42.4454.2857.53-
YUV185.13131.3194.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.70%
GREEN value IS 208 (81.64% from 255) = 38.73%
BLUE value IS 191 (75% from 255) = 35.57%
R=25.70%
G=38.73%
B=35.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382081910.3400.080.18165.4342.6867.84
Hex8AD0BF220812a52b44
Octal212320277420102224553104
Binary1000101011010000101111111000100100010010101001011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,208,191); }

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

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

 a { background-color: rgb(138,208,191); }

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

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

 span { border-color: rgb(138,208,191); }

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