#8ACEC2

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

Shades of Bermuda #8ACEC2

Tints of Bermuda #8ACEC2

Color information

#8ACEC2 (or 0x8ACEC2) is unknown color: approx Bermuda. HEX triplet: 8A, CE and C2. RGB value is (138,206,194). Sum of RGB (Red+Green+Blue) = 138+206+194=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACEC2 is #75313D. Grayscale: #B8B8B8. Windows color (decimal): -7680318 or 12766858. OLE color: 12766858.

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

Color convert

RGB138206194-
CMYK0.3300.060.19
HSL169.41º40.96%67.45%-
HSV(B)169.41º33.01%80.78%-
XYZ42.2953.4459.13-
YUV184.3133.4794.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.65%
GREEN value IS 206 (80.86% from 255) = 38.29%
BLUE value IS 194 (76.17% from 255) = 36.06%
R=25.65%
G=38.29%
B=36.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382061940.3300.060.19169.4140.9667.45
Hex8ACEC2210613a92943
Octal21231630241062325151103
Binary100010101100111011000010100001011010011101010011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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