#8ACCBF

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

Shades of Bermuda #8ACCBF

Tints of Bermuda #8ACCBF

Color information

#8ACCBF (or 0x8ACCBF) is unknown color: approx Bermuda. HEX triplet: 8A, CC and BF. RGB value is (138,204,191). Sum of RGB (Red+Green+Blue) = 138+204+191=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCBF is #753340. Grayscale: #B6B6B6. Windows color (decimal): -7680833 or 12569738. OLE color: 12569738.

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

Color convert

RGB138204191-
CMYK0.3200.060.2
HSL168.18º39.29%67.06%-
HSV(B)168.18º32.35%80%-
XYZ41.4852.3557.21-
YUV182.78132.6396.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.89%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 191 (75% from 255) = 35.83%
R=25.89%
G=38.27%
B=35.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041910.3200.060.2168.1839.2967.06
Hex8ACCBF200614a82743
Octal21231427740062425047103
Binary100010101100110010111111100000011010100101010001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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