#8AC9C4

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

Shades of Bermuda #8AC9C4

Tints of Bermuda #8AC9C4

Color information

#8AC9C4 (or 0x8AC9C4) is unknown color: approx Bermuda. HEX triplet: 8A, C9 and C4. RGB value is (138,201,196). Sum of RGB (Red+Green+Blue) = 138+201+196=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC9C4 is #75363B. Grayscale: #B5B5B5. Windows color (decimal): -7681596 or 12896650. OLE color: 12896650.

HSL color Cylindrical-coordinate representation of color #8AC9C4: hue angle of 175.24º 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 #8AC9C4 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB138201196-
CMYK0.3100.020.21
HSL175.24º36.84%66.47%-
HSV(B)175.24º31.34%78.82%-
XYZ41.3351.1659.92-
YUV181.59136.1396.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.79%
GREEN value IS 201 (78.91% from 255) = 37.57%
BLUE value IS 196 (76.95% from 255) = 36.64%
R=25.79%
G=37.57%
B=36.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382011960.3100.020.21175.2436.8466.47
Hex8AC9C41F0215af2542
Octal21231130437022525745102
Binary1000101011001001110001001111101010101101011111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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