#8ACFB6

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

Shades of Bermuda #8ACFB6

Tints of Bermuda #8ACFB6

Color information

#8ACFB6 (or 0x8ACFB6) is unknown color: approx Bermuda. HEX triplet: 8A, CF and B6. RGB value is (138,207,182). Sum of RGB (Red+Green+Blue) = 138+207+182=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACFB6 is #753049. Grayscale: #B7B7B7. Windows color (decimal): -7680074 or 11980682. OLE color: 11980682.

HSL color Cylindrical-coordinate representation of color #8ACFB6: hue angle of 158.26º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACFB6 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB138207182-
CMYK0.3300.120.19
HSL158.26º41.82%67.65%-
HSV(B)158.26º33.33%81.18%-
XYZ41.2453.4152.39-
YUV183.52127.1495.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.19%
GREEN value IS 207 (81.25% from 255) = 39.28%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=26.19%
G=39.28%
B=34.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382071820.3300.120.19158.2641.8267.65
Hex8ACFB6210C139e2a44
Octal212317266410142323652104
Binary1000101011001111101101101000010110010011100111101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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