#8BC8B8

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

Shades of Bermuda #8BC8B8

Tints of Bermuda #8BC8B8

Color information

#8BC8B8 (or 0x8BC8B8) is unknown color: approx Bermuda. HEX triplet: 8B, C8 and B8. RGB value is (139,200,184). Sum of RGB (Red+Green+Blue) = 139+200+184=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC8B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC8B8 is #743747. Grayscale: #B3B3B3. Windows color (decimal): -7616328 or 12109963. OLE color: 12109963.

HSL color Cylindrical-coordinate representation of color #8BC8B8: hue angle of 164.26º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC8B8 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB139200184-
CMYK0.3000.080.22
HSL164.26º35.67%66.47%-
HSV(B)164.26º30.5%78.43%-
XYZ39.9550.2652.94-
YUV179.94130.2998.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.58%
GREEN value IS 200 (78.52% from 255) = 38.24%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=26.58%
G=38.24%
B=35.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1392001840.3000.080.22164.2635.6766.47
Hex8BC8B81E0816a42442
Octal213310270360102624444102
Binary100010111100100010111000111100100010110101001001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,200,184); }

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

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

 a { background-color: rgb(139,200,184); }

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

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

 span { border-color: rgb(139,200,184); }

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