#8AC7BD

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

Shades of Bermuda #8AC7BD

Tints of Bermuda #8AC7BD

Color information

#8AC7BD (or 0x8AC7BD) is unknown color: approx Bermuda. HEX triplet: 8A, C7 and BD. RGB value is (138,199,189). Sum of RGB (Red+Green+Blue) = 138+199+189=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 199 - color contains mainly: green. Hex color #8AC7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC7BD is #753842. Grayscale: #B3B3B3. Windows color (decimal): -7682115 or 12437386. OLE color: 12437386.

HSL color Cylindrical-coordinate representation of color #8AC7BD: hue angle of 170.16º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC7BD is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB138199189-
CMYK0.3100.050.22
HSL170.16º35.26%66.08%-
HSV(B)170.16º30.65%78.04%-
XYZ40.0949.9255.67-
YUV179.62133.2998.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.24%
GREEN value IS 199 (78.12% from 255) = 37.83%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=26.24%
G=37.83%
B=35.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381991890.3100.050.22170.1635.2666.08
Hex8AC7BD1F0516aa2342
Octal21230727537052625243102
Binary10001010110001111011110111111010110110101010101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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