#8ACBB7

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

Shades of Bermuda #8ACBB7

Tints of Bermuda #8ACBB7

Color information

#8ACBB7 (or 0x8ACBB7) is unknown color: approx Bermuda. HEX triplet: 8A, CB and B7. RGB value is (138,203,183). Sum of RGB (Red+Green+Blue) = 138+203+183=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACBB7 is #753448. Grayscale: #B5B5B5. Windows color (decimal): -7681097 or 12045194. OLE color: 12045194.

HSL color Cylindrical-coordinate representation of color #8ACBB7: hue angle of 161.54º degrees, saturation: 0.38, 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 #8ACBB7 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB138203183-
CMYK0.3200.100.20
HSL161.54º38.46%66.86%-
HSV(B)161.54º32.02%79.61%-
XYZ40.3851.5352.62-
YUV181.28128.9797.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.34%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 183 (71.88% from 255) = 34.92%
R=26.34%
G=38.74%
B=34.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382031830.3200.100.20161.5438.4666.86
Hex8ACBB7200A14a22643
Octal212313267400122424246103
Binary1000101011001011101101111000000101010100101000101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,203,183); }

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

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

 a { background-color: rgb(138,203,183); }

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

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

 span { border-color: rgb(138,203,183); }

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