#8ACFBB

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

Shades of Bermuda #8ACFBB

Tints of Bermuda #8ACFBB

Color information

#8ACFBB (or 0x8ACFBB) is unknown color: approx Bermuda. HEX triplet: 8A, CF and BB. RGB value is (138,207,187). Sum of RGB (Red+Green+Blue) = 138+207+187=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACFBB is #753044. Grayscale: #B8B8B8. Windows color (decimal): -7680069 or 12308362. OLE color: 12308362.

HSL color Cylindrical-coordinate representation of color #8ACFBB: hue angle of 162.61º 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 #8ACFBB is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB138207187-
CMYK0.3300.100.19
HSL162.61º41.82%67.65%-
HSV(B)162.61º33.33%81.18%-
XYZ41.7653.6255.16-
YUV184.09129.6495.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.94%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=25.94%
G=38.91%
B=35.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382071870.3300.100.19162.6141.8267.65
Hex8ACFBB210A13a32a44
Octal212317273410122324352104
Binary1000101011001111101110111000010101010011101000111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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