#8ACDC1

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

Shades of Bermuda #8ACDC1

Tints of Bermuda #8ACDC1

Color information

#8ACDC1 (or 0x8ACDC1) is unknown color: approx Bermuda. HEX triplet: 8A, CD and C1. RGB value is (138,205,193). Sum of RGB (Red+Green+Blue) = 138+205+193=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDC1 is #75323E. Grayscale: #B7B7B7. Windows color (decimal): -7680575 or 12701066. OLE color: 12701066.

HSL color Cylindrical-coordinate representation of color #8ACDC1: hue angle of 169.25º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDC1 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB138205193-
CMYK0.3300.060.20
HSL169.25º40.12%67.25%-
HSV(B)169.25º32.68%80.39%-
XYZ41.9452.9258.46-
YUV183.6133.395.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.75%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 193 (75.78% from 255) = 36.01%
R=25.75%
G=38.25%
B=36.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382051930.3300.060.20169.2540.1267.25
Hex8ACDC1210614a92843
Octal21231530141062425150103
Binary100010101100110111000001100001011010100101010011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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