#8AC9C1

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

Shades of Bermuda #8AC9C1

Tints of Bermuda #8AC9C1

Color information

#8AC9C1 (or 0x8AC9C1) is unknown color: approx Bermuda. HEX triplet: 8A, C9 and C1. RGB value is (138,201,193). Sum of RGB (Red+Green+Blue) = 138+201+193=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC9C1 is #75363E. Grayscale: #B5B5B5. Windows color (decimal): -7681599 or 12700042. OLE color: 12700042.

HSL color Cylindrical-coordinate representation of color #8AC9C1: hue angle of 172.38º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC9C1 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB138201193-
CMYK0.3100.040.21
HSL172.38º36.84%66.47%-
HSV(B)172.38º31.34%78.82%-
XYZ40.9951.0358.14-
YUV181.25134.6397.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.94%
GREEN value IS 201 (78.91% from 255) = 37.78%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=25.94%
G=37.78%
B=36.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382011930.3100.040.21172.3836.8466.47
Hex8AC9C11F0415ac2542
Octal21231130137042525445102
Binary10001010110010011100000111111010010101101011001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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