#8ACDBB

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

Shades of Bermuda #8ACDBB

Tints of Bermuda #8ACDBB

Color information

#8ACDBB (or 0x8ACDBB) is unknown color: approx Bermuda. HEX triplet: 8A, CD and BB. RGB value is (138,205,187). Sum of RGB (Red+Green+Blue) = 138+205+187=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDBB is #753244. Grayscale: #B6B6B6. Windows color (decimal): -7680581 or 12307850. OLE color: 12307850.

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

Color convert

RGB138205187-
CMYK0.3300.090.20
HSL163.88º40.12%67.25%-
HSV(B)163.88º32.68%80.39%-
XYZ41.2852.6555-
YUV182.92130.395.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.04%
GREEN value IS 205 (80.47% from 255) = 38.68%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=26.04%
G=38.68%
B=35.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382051870.3300.090.20163.8840.1267.25
Hex8ACDBB210914a42843
Octal212315273410112424450103
Binary1000101011001101101110111000010100110100101001001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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