#8ACBB6

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

Shades of Bermuda #8ACBB6

Tints of Bermuda #8ACBB6

Color information

#8ACBB6 (or 0x8ACBB6) is unknown color: approx Bermuda. HEX triplet: 8A, CB and B6. RGB value is (138,203,182). Sum of RGB (Red+Green+Blue) = 138+203+182=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACBB6 is #753449. Grayscale: #B5B5B5. Windows color (decimal): -7681098 or 11979658. OLE color: 11979658.

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

Color convert

RGB138203182-
CMYK0.3200.100.20
HSL160.62º38.46%66.86%-
HSV(B)160.62º32.02%79.61%-
XYZ40.2851.4952.07-
YUV181.17128.4797.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.39%
GREEN value IS 203 (79.69% from 255) = 38.81%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=26.39%
G=38.81%
B=34.80%

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
Decimal1382031820.3200.100.20160.6238.4666.86
Hex8ACBB6200A14a12643
Octal212313266400122424146103
Binary1000101011001011101101101000000101010100101000011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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