#8ACBC1

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

Shades of Bermuda #8ACBC1

Tints of Bermuda #8ACBC1

Color information

#8ACBC1 (or 0x8ACBC1) is unknown color: approx Bermuda. HEX triplet: 8A, CB and C1. RGB value is (138,203,193). Sum of RGB (Red+Green+Blue) = 138+203+193=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACBC1 is #75343E. Grayscale: #B6B6B6. Windows color (decimal): -7681087 or 12700554. OLE color: 12700554.

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

Color convert

RGB138203193-
CMYK0.3200.050.20
HSL170.77º38.46%66.86%-
HSV(B)170.77º32.02%79.61%-
XYZ41.4651.9758.3-
YUV182.42133.9796.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.84%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=25.84%
G=38.01%
B=36.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382031930.3200.050.20170.7738.4666.86
Hex8ACBC1200514ab2643
Octal21231330140052425346103
Binary100010101100101111000001100000010110100101010111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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