#8ACCBE

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

Shades of Bermuda #8ACCBE

Tints of Bermuda #8ACCBE

Color information

#8ACCBE (or 0x8ACCBE) is unknown color: approx Bermuda. HEX triplet: 8A, CC and BE. RGB value is (138,204,190). Sum of RGB (Red+Green+Blue) = 138+204+190=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCBE is #753341. Grayscale: #B6B6B6. Windows color (decimal): -7680834 or 12504202. OLE color: 12504202.

HSL color Cylindrical-coordinate representation of color #8ACCBE: hue angle of 167.27º 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 #8ACCBE is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB138204190-
CMYK0.3200.070.2
HSL167.27º39.29%67.06%-
HSV(B)167.27º32.35%80%-
XYZ41.3752.3156.63-
YUV182.67132.1396.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.94%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=25.94%
G=38.35%
B=35.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041900.3200.070.2167.2739.2967.06
Hex8ACCBE200714a72743
Octal21231427640072424747103
Binary100010101100110010111110100000011110100101001111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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