#8ACFC7

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

Shades of Bermuda #8ACFC7

Tints of Bermuda #8ACFC7

Color information

#8ACFC7 (or 0x8ACFC7) is unknown color: approx Bermuda. HEX triplet: 8A, CF and C7. RGB value is (138,207,199). Sum of RGB (Red+Green+Blue) = 138+207+199=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACFC7 is #753038. Grayscale: #B9B9B9. Windows color (decimal): -7680057 or 13094794. OLE color: 13094794.

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

Color convert

RGB138207199-
CMYK0.3300.040.19
HSL173.04º41.82%67.65%-
HSV(B)173.04º33.33%81.18%-
XYZ43.154.1562.21-
YUV185.46135.6494.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.37%
GREEN value IS 207 (81.25% from 255) = 38.05%
BLUE value IS 199 (78.12% from 255) = 36.58%
R=25.37%
G=38.05%
B=36.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382071990.3300.040.19173.0441.8267.65
Hex8ACFC7210413ad2a44
Octal21231730741042325552104
Binary100010101100111111000111100001010010011101011011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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