#8ACCC1

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

Shades of Bermuda #8ACCC1

Tints of Bermuda #8ACCC1

Color information

#8ACCC1 (or 0x8ACCC1) is unknown color: approx Bermuda. HEX triplet: 8A, CC and C1. RGB value is (138,204,193). Sum of RGB (Red+Green+Blue) = 138+204+193=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCC1 is #75333E. Grayscale: #B6B6B6. Windows color (decimal): -7680831 or 12700810. OLE color: 12700810.

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

Color convert

RGB138204193-
CMYK0.3200.050.2
HSL170º39.29%67.06%-
HSV(B)170º32.35%80%-
XYZ41.752.4458.38-
YUV183.01133.6395.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.79%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=25.79%
G=38.13%
B=36.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041930.3200.050.217039.2967.06
Hex8ACCC1200514aa2743
Octal21231430140052425247103
Binary100010101100110011000001100000010110100101010101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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