#8ACCB7

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

Shades of Bermuda #8ACCB7

Tints of Bermuda #8ACCB7

Color information

#8ACCB7 (or 0x8ACCB7) is unknown color: approx Bermuda. HEX triplet: 8A, CC and B7. RGB value is (138,204,183). Sum of RGB (Red+Green+Blue) = 138+204+183=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCB7 is #753348. Grayscale: #B5B5B5. Windows color (decimal): -7680841 or 12045450. OLE color: 12045450.

HSL color Cylindrical-coordinate representation of color #8ACCB7: hue angle of 160.91º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACCB7 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB138204183-
CMYK0.3200.100.2
HSL160.91º39.29%67.06%-
HSV(B)160.91º32.35%80%-
XYZ40.6252.0152.7-
YUV181.87128.6396.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.29%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 183 (71.88% from 255) = 34.86%
R=26.29%
G=38.86%
B=34.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041830.3200.100.2160.9139.2967.06
Hex8ACCB7200A14a12743
Octal212314267400122424147103
Binary1000101011001100101101111000000101010100101000011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,204,183); }

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

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

 a { background-color: rgb(138,204,183); }

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

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

 span { border-color: rgb(138,204,183); }

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