#8ACBC0

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

Shades of Bermuda #8ACBC0

Tints of Bermuda #8ACBC0

Color information

#8ACBC0 (or 0x8ACBC0) is unknown color: approx Bermuda. HEX triplet: 8A, CB and C0. RGB value is (138,203,192). Sum of RGB (Red+Green+Blue) = 138+203+192=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACBC0 is #75343F. Grayscale: #B6B6B6. Windows color (decimal): -7681088 or 12635018. OLE color: 12635018.

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

Color convert

RGB138203192-
CMYK0.3200.050.20
HSL169.85º38.46%66.86%-
HSV(B)169.85º32.02%79.61%-
XYZ41.3551.9257.71-
YUV182.31133.4796.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.89%
GREEN value IS 203 (79.69% from 255) = 38.09%
BLUE value IS 192 (75.39% from 255) = 36.02%
R=25.89%
G=38.09%
B=36.02%

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
Decimal1382031920.3200.050.20169.8538.4666.86
Hex8ACBC0200514aa2643
Octal21231330040052425246103
Binary100010101100101111000000100000010110100101010101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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