#8AD6BF

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

Shades of Bermuda #8AD6BF

Tints of Bermuda #8AD6BF

Color information

#8AD6BF (or 0x8AD6BF) is unknown color: approx Bermuda. HEX triplet: 8A, D6 and BF. RGB value is (138,214,191). Sum of RGB (Red+Green+Blue) = 138+214+191=543 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.41% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD6BF is #752940. Grayscale: #BCBCBC. Windows color (decimal): -7678273 or 12572298. OLE color: 12572298.

HSL color Cylindrical-coordinate representation of color #8AD6BF: hue angle of 161.84º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD6BF is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB138214191-
CMYK0.3600.110.16
HSL161.84º48.1%69.02%-
HSV(B)161.84º35.51%83.92%-
XYZ43.9357.2658.03-
YUV188.65129.3291.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.41%
GREEN value IS 214 (83.98% from 255) = 39.41%
BLUE value IS 191 (75% from 255) = 35.17%
R=25.41%
G=39.41%
B=35.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382141910.3600.110.16161.8448.169.02
Hex8AD6BF240B10a23045
Octal212326277440132024260105
Binary1000101011010110101111111001000101110000101000101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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