#8ACEC4

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

Shades of Bermuda #8ACEC4

Tints of Bermuda #8ACEC4

Color information

#8ACEC4 (or 0x8ACEC4) is unknown color: approx Bermuda. HEX triplet: 8A, CE and C4. RGB value is (138,206,196). Sum of RGB (Red+Green+Blue) = 138+206+196=540 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.56% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACEC4 is #75313B. Grayscale: #B8B8B8. Windows color (decimal): -7680316 or 12897930. OLE color: 12897930.

HSL color Cylindrical-coordinate representation of color #8ACEC4: hue angle of 171.18º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACEC4 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB138206196-
CMYK0.3300.050.19
HSL171.18º40.96%67.45%-
HSV(B)171.18º33.01%80.78%-
XYZ42.5253.5360.32-
YUV184.53134.4794.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.56%
GREEN value IS 206 (80.86% from 255) = 38.15%
BLUE value IS 196 (76.95% from 255) = 36.30%
R=25.56%
G=38.15%
B=36.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382061960.3300.050.19171.1840.9667.45
Hex8ACEC4210513ab2943
Octal21231630441052325351103
Binary100010101100111011000100100001010110011101010111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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