#8ACCB9

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

Shades of Bermuda #8ACCB9

Tints of Bermuda #8ACCB9

Color information

#8ACCB9 (or 0x8ACCB9) is unknown color: approx Bermuda. HEX triplet: 8A, CC and B9. RGB value is (138,204,185). Sum of RGB (Red+Green+Blue) = 138+204+185=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCB9 is #753346. Grayscale: #B6B6B6. Windows color (decimal): -7680839 or 12176522. OLE color: 12176522.

HSL color Cylindrical-coordinate representation of color #8ACCB9: hue angle of 162.73º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACCB9 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB138204185-
CMYK0.3200.090.2
HSL162.73º39.29%67.06%-
HSV(B)162.73º32.35%80%-
XYZ40.8352.0953.8-
YUV182.1129.6396.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.19%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 185 (72.66% from 255) = 35.10%
R=26.19%
G=38.71%
B=35.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041850.3200.090.2162.7339.2967.06
Hex8ACCB9200914a32743
Octal212314271400112424347103
Binary1000101011001100101110011000000100110100101000111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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