#8ACFC1

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

Shades of Bermuda #8ACFC1

Tints of Bermuda #8ACFC1

Color information

#8ACFC1 (or 0x8ACFC1) is unknown color: approx Bermuda. HEX triplet: 8A, CF and C1. RGB value is (138,207,193). Sum of RGB (Red+Green+Blue) = 138+207+193=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACFC1 is #75303E. Grayscale: #B8B8B8. Windows color (decimal): -7680063 or 12701578. OLE color: 12701578.

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

Color convert

RGB138207193-
CMYK0.3300.070.19
HSL167.83º41.82%67.65%-
HSV(B)167.83º33.33%81.18%-
XYZ42.4253.8858.62-
YUV184.77132.6494.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.65%
GREEN value IS 207 (81.25% from 255) = 38.48%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=25.65%
G=38.48%
B=35.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382071930.3300.070.19167.8341.8267.65
Hex8ACFC1210713a82a44
Octal21231730141072325052104
Binary100010101100111111000001100001011110011101010001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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